Html Css Color HEX #5F239C Royal Purple

📋 copy color: '#5F239C'

red 95 ◦ green 35 ◦ blue 156

#5F239C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #5F239C

Tints of Royal Purple #5F239C

RGB

 RED value IS 95 (37.5% from 255) = 33.22%

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 33.22%
G = 12.24%
B = 54.55%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F239C (or 0x5F239C) is known color: Royal Purple. HEX triplet: 5F, 23 and 9C. RGB value is (95,35,156). Sum of RGB (Red+Green+Blue) = 95+35+156=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F239C is #A0DC63. Grayscale: #424242. Windows color (decimal): -10542180 or 10232671. OLE color: 10232671.

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

Color convert

RGB 95 35 156 -
CMYK 0.39 0.78 0 0.39
HSL 269.75º 0.63% 0.37% -
HSV(B) 269.75º 0.78% 0.61% -
XYZ 11.32 6.04 32.02 -
YUV 66.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 95 35 156 0.39 0.78 0 0.39 269.75 0.63 0.37
Hex 5F 23 9C 27 4E 0 27 10E 3F 25
Octal 137 43 234 47 116 0 47 416 77 45
Binary 1011111 100011 10011100 100111 1001110 0 100111 100001110 111111 100101

Color Harmonies of #5F239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F239C

Black with #5F239C

Text Example


Text Example

White with #5F239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F239C;
 }
 .AnyTagClassName
 {
   color: #5F239C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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