Html Css Color HEX #5F3AAA Royal Purple

📋 copy color: '#5F3AAA'

red 95 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #5F3AAA

Tints of Royal Purple #5F3AAA

RGB

 RED value IS 95 (37.5% from 255) = 29.41%

 GREEN value IS 58 (23.05% from 255) = 17.96%

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

R = 29.41%
G = 17.96%
B = 52.63%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F3AAA (or 0x5F3AAA) is known color: Royal Purple. HEX triplet: 5F, 3A and AA. RGB value is (95,58,170). Sum of RGB (Red+Green+Blue) = 95+58+170=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 58 (23.05% from 255 or 17.96% 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 #5F3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3AAA is #A0C555. Grayscale: #515151. Windows color (decimal): -10536278 or 11156063. OLE color: 11156063.

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

Color convert

RGB 95 58 170 -
CMYK 0.44 0.66 0 0.33
HSL 259.82º 0.49% 0.45% -
HSV(B) 259.82º 0.66% 0.67% -
XYZ 13.49 8.36 38.93 -
YUV 81.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 95 58 170 0.44 0.66 0 0.33 259.82 0.49 0.45
Hex 5F 3A AA 2C 42 0 21 104 31 2D
Octal 137 72 252 54 102 0 41 404 61 55
Binary 1011111 111010 10101010 101100 1000010 0 100001 100000100 110001 101101

Color Harmonies of #5F3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3AAA

Black with #5F3AAA

Text Example


Text Example

White with #5F3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,58,170); }

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

background-color css

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

 a { background-color: rgb(95,58,170); }

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

border-color css

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

 span { border-color: rgb(95,58,170); }

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