#5F219C

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

Shades of Royal Purple #5F219C

Tints of Royal Purple #5F219C

Color information

#5F219C (or 0x5F219C) is unknown color: approx Royal Purple. HEX triplet: 5F, 21 and 9C. RGB value is (95,33,156). Sum of RGB (Red+Green+Blue) = 95+33+156=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F219C is #A0DE63. Grayscale: #414141. Windows color (decimal): -10542692 or 10232159. OLE color: 10232159.

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

Color convert

RGB9533156-
CMYK0.390.7900.39
HSL270.24º65.08%37.06%-
HSV(B)270.24º78.85%61.18%-
XYZ11.265.9232-
YUV65.56179.04149-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 156 (61.33% from 255) = 54.93%
R=33.45%
G=11.62%
B=54.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95331560.390.7900.39270.2465.0837.06
Hex5F219C274F02710e4125
Octal137412344711704741610145
Binary101111110000110011100100111100111101001111000011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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