#5F3AA9

Color #5F3AA9 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5F3AA9

Tints of Royal Purple #5F3AA9

Color information

#5F3AA9 (or 0x5F3AA9) is unknown color: approx Royal Purple. HEX triplet: 5F, 3A and A9. RGB value is (95,58,169). Sum of RGB (Red+Green+Blue) = 95+58+169=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #5F3AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3AA9 is #A0C556. Grayscale: #515151. Windows color (decimal): -10536279 or 11090527. OLE color: 11090527.

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

Color convert

RGB9558169-
CMYK0.440.6600.34
HSL260º48.9%44.51%-
HSV(B)260º65.68%66.27%-
XYZ13.398.3238.44-
YUV81.72177.26137.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 169 (66.41% from 255) = 52.48%
R=29.50%
G=18.01%
B=52.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95581690.440.6600.3426048.944.51
Hex5F3AA92C42022104312d
Octal13772251541020424046155
Binary10111111110101010100110110010000100100010100000100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F3AA9;
 }
 .AnyTagClassName
 {
   color: #5F3AA9;
 }
</style>
background-color css

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

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

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

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

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

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