Html Css Color HEX #5F239D Royal Purple

📋 copy color: '#5F239D'

red 95 ◦ green 35 ◦ blue 157

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

Shades of Royal Purple #5F239D

Tints of Royal Purple #5F239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 33.1%
G = 12.2%
B = 54.7%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F239D (or 0x5F239D) is known color: 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

RGB 95 35 157 -
CMYK 0.39 0.78 0 0.38
HSL 269.51º 0.64% 0.38% -
HSV(B) 269.51º 0.78% 0.62% -
XYZ 11.41 6.07 32.47 -
YUV 66.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 95 35 157 0.39 0.78 0 0.38 269.51 0.64 0.38
Hex 5F 23 9D 27 4E 0 26 10E 40 26
Octal 137 43 235 47 116 0 46 416 100 46
Binary 1011111 100011 10011101 100111 1001110 0 100110 100001110 1000000 100110

Color Harmonies of #5F239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F239D

Black with #5F239D

Text Example


Text Example

White with #5F239D

Text Example


Text Example

HTML Codes & Css Web 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>