#5F239B

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

Shades of Royal Purple #5F239B

Tints of Royal Purple #5F239B

Color information

#5F239B (or 0x5F239B) is unknown color: approx Royal Purple. HEX triplet: 5F, 23 and 9B. RGB value is (95,35,155). Sum of RGB (Red+Green+Blue) = 95+35+155=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F239B is #A0DC64. Grayscale: #424242. Windows color (decimal): -10542181 or 10167135. OLE color: 10167135.

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

Color convert

RGB9535155-
CMYK0.390.7700.39
HSL270º63.16%37.25%-
HSV(B)270º77.42%60.78%-
XYZ11.24631.58-
YUV66.62177.88148.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=33.33%
G=12.28%
B=54.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95351550.390.7700.3927063.1637.25
Hex5F239B274D02710e3f25
Octal13743233471150474167745
Binary10111111000111001101110011110011010100111100001110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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