Html Css Color HEX #5D3CAA Royal Purple

📋 copy color: '#5D3CAA'

red 93 ◦ green 60 ◦ blue 170

#5D3CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #5D3CAA

Tints of Royal Purple #5D3CAA

RGB

 RED value IS 93 (36.72% from 255) = 28.79%

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 28.79%
G = 18.58%
B = 52.63%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5D3CAA (or 0x5D3CAA) is known color: Royal Purple. HEX triplet: 5D, 3C and AA. RGB value is (93,60,170). Sum of RGB (Red+Green+Blue) = 93+60+170=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D3CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3CAA is #A2C355. Grayscale: #525252. Windows color (decimal): -10666838 or 11156573. OLE color: 11156573.

HSL color Cylindrical-coordinate representation of color #5D3CAA: hue angle of 258º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D3CAA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 60 170 -
CMYK 0.45 0.65 0 0.33
HSL 258º 0.48% 0.45% -
HSV(B) 258º 0.65% 0.67% -
XYZ 13.39 8.46 38.96 -
YUV 82.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 93 60 170 0.45 0.65 0 0.33 258 0.48 0.45
Hex 5D 3C AA 2D 41 0 21 102 30 2D
Octal 135 74 252 55 101 0 41 402 60 55
Binary 1011101 111100 10101010 101101 1000001 0 100001 100000010 110000 101101

Color Harmonies of #5D3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CAA

Black with #5D3CAA

Text Example


Text Example

White with #5D3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D3CAA; }

 p { color: rgb(93,60,170); }

 H1.HeaderClassName
 {
   color: #5D3CAA;
 }
 .AnyTagClassName
 {
   color: #5D3CAA;
 }
</style>

background-color css

<style>
 a { background-color: #5D3CAA; }

 a { background-color: rgb(93,60,170); }

 div.DivClassName
 {
   background-color: #5D3CAA;
 }
 .BgClassName
 {
   background-color: #5D3CAA;
 }
</style>

border-color css

<style>
 span { border-color: #5D3CAA; }

 span { border-color: rgb(93,60,170); }

 td.TdClassName
 {
   border-color: #5D3CAA;
 }
 .TagClassName
 {
   border-color: #5D3CAA;
 }
</style>