#5F229F

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

Shades of Royal Purple #5F229F

Tints of Royal Purple #5F229F

Color information

#5F229F (or 0x5F229F) is unknown color: approx Royal Purple. HEX triplet: 5F, 22 and 9F. RGB value is (95,34,159). Sum of RGB (Red+Green+Blue) = 95+34+159=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F229F is #A0DD60. Grayscale: #424242. Windows color (decimal): -10542433 or 10429023. OLE color: 10429023.

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

Color convert

RGB9534159-
CMYK0.400.7900.38
HSL269.28º64.77%37.84%-
HSV(B)269.28º78.62%62.35%-
XYZ11.556.0833.37-
YUV66.49180.21148.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=32.99%
G=11.81%
B=55.21%

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
Decimal95341590.400.7900.38269.2864.7737.84
Hex5F229F284F02610d4126
Octal137422375011704641510146
Binary101111110001010011111101000100111101001101000011011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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