Html Css Color HEX #5D3BAA Royal Purple

📋 copy color: '#5D3BAA'

red 93 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #5D3BAA

Tints of Royal Purple #5D3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

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

R = 28.88%
G = 18.32%
B = 52.8%

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

#5D3BAA (or 0x5D3BAA) is known color: Royal Purple. HEX triplet: 5D, 3B and AA. RGB value is (93,59,170). Sum of RGB (Red+Green+Blue) = 93+59+170=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D3BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3BAA is #A2C455. Grayscale: #515151. Windows color (decimal): -10667094 or 11156317. OLE color: 11156317.

HSL color Cylindrical-coordinate representation of color #5D3BAA: hue angle of 258.38º 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 #5D3BAA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 59 170 -
CMYK 0.45 0.65 0 0.33
HSL 258.38º 0.48% 0.45% -
HSV(B) 258.38º 0.65% 0.67% -
XYZ 13.33 8.36 38.94 -
YUV 81.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 93 59 170 0.45 0.65 0 0.33 258.38 0.48 0.45
Hex 5D 3B AA 2D 41 0 21 102 30 2D
Octal 135 73 252 55 101 0 41 402 60 55
Binary 1011101 111011 10101010 101101 1000001 0 100001 100000010 110000 101101

Color Harmonies of #5D3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3BAA

Black with #5D3BAA

Text Example


Text Example

White with #5D3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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