#5F219E

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

Shades of Royal Purple #5F219E

Tints of Royal Purple #5F219E

Color information

#5F219E (or 0x5F219E) is unknown color: approx Royal Purple. HEX triplet: 5F, 21 and 9E. RGB value is (95,33,158). Sum of RGB (Red+Green+Blue) = 95+33+158=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F219E is #A0DE61. Grayscale: #414141. Windows color (decimal): -10542690 or 10363231. OLE color: 10363231.

HSL color Cylindrical-coordinate representation of color #5F219E: hue angle of 269.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F219E is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9533158-
CMYK0.400.7900.38
HSL269.76º65.45%37.45%-
HSV(B)269.76º79.11%61.96%-
XYZ11.435.9932.9-
YUV65.79180.04148.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=33.22%
G=11.54%
B=55.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95331580.400.7900.38269.7665.4537.45
Hex5F219E284F02610e4125
Octal137412365011704641610145
Binary101111110000110011110101000100111101001101000011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,33,158); }

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

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

 a { background-color: rgb(95,33,158); }

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

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

 span { border-color: rgb(95,33,158); }

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