#5F239D

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

Shades of Royal Purple #5F239D

Tints of Royal Purple #5F239D

Color information

#5F239D (or 0x5F239D) is unknown color: approx Royal Purple. HEX triplet: 5F, 23 and 9D. RGB value is (95,35,157). Sum of RGB (Red+Green+Blue) = 95+35+157=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F239D is #A0DC62. Grayscale: #424242. Windows color (decimal): -10542179 or 10298207. OLE color: 10298207.

HSL color Cylindrical-coordinate representation of color #5F239D: hue angle of 269.51º degrees, saturation: 0.64, 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 #5F239D is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9535157-
CMYK0.390.7800.38
HSL269.51º63.54%37.65%-
HSV(B)269.51º77.71%61.57%-
XYZ11.416.0732.47-
YUV66.85178.88148.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=33.10%
G=12.20%
B=54.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95351570.390.7800.38269.5163.5437.65
Hex5F239D274E02610e4026
Octal137432354711604641610046
Binary101111110001110011101100111100111001001101000011101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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