#5F239A

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

Shades of Royal Purple #5F239A

Tints of Royal Purple #5F239A

Color information

#5F239A (or 0x5F239A) is unknown color: approx Royal Purple. HEX triplet: 5F, 23 and 9A. RGB value is (95,35,154). Sum of RGB (Red+Green+Blue) = 95+35+154=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F239A is #A0DC65. Grayscale: #424242. Windows color (decimal): -10542182 or 10101599. OLE color: 10101599.

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

Color convert

RGB9535154-
CMYK0.380.7700.40
HSL270.25º62.96%37.06%-
HSV(B)270.25º77.27%60.39%-
XYZ11.155.9731.14-
YUV66.51177.38148.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=33.45%
G=12.32%
B=54.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95351540.380.7700.40270.2562.9637.06
Hex5F239A264D02810e3f25
Octal13743232461150504167745
Binary10111111000111001101010011010011010101000100001110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,35,154); }

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

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

 a { background-color: rgb(95,35,154); }

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

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

 span { border-color: rgb(95,35,154); }

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