#5F229E

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

Shades of Royal Purple #5F229E

Tints of Royal Purple #5F229E

Color information

#5F229E (or 0x5F229E) is unknown color: approx Royal Purple. HEX triplet: 5F, 22 and 9E. RGB value is (95,34,158). Sum of RGB (Red+Green+Blue) = 95+34+158=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F229E is #A0DD61. Grayscale: #414141. Windows color (decimal): -10542434 or 10363487. OLE color: 10363487.

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

Color convert

RGB9534158-
CMYK0.400.7800.38
HSL269.52º64.58%37.65%-
HSV(B)269.52º78.48%61.96%-
XYZ11.466.0532.91-
YUV66.38179.71148.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=33.10%
G=11.85%
B=55.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95341580.400.7800.38269.5264.5837.65
Hex5F229E284E02610e4126
Octal137422365011604641610146
Binary101111110001010011110101000100111001001101000011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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