Html Css Color HEX #5F0C6C Palatinate Purple

📋 copy color: '#5F0C6C'

red 95 ◦ green 12 ◦ blue 108

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

Shades of Palatinate Purple #5F0C6C

Tints of Palatinate Purple #5F0C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 44.19%
G = 5.58%
B = 50.23%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5F0C6C (or 0x5F0C6C) is known color: Palatinate Purple. HEX triplet: 5F, 0C and 6C. RGB value is (95,12,108). Sum of RGB (Red+Green+Blue) = 95+12+108=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F0C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0C6C is #A0F393. Grayscale: #2F2F2F. Windows color (decimal): -10548116 or 7081055. OLE color: 7081055.

HSL color Cylindrical-coordinate representation of color #5F0C6C: hue angle of 291.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F0C6C is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 12 108 -
CMYK 0.12 0.89 0 0.58
HSL 291.88º 0.8% 0.24% -
HSV(B) 291.88º 0.89% 0.42% -
XYZ 7.56 3.78 14.52 -
YUV 47.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 95 12 108 0.12 0.89 0 0.58 291.88 0.8 0.24
Hex 5F C 6C C 59 0 3A 124 50 18
Octal 137 14 154 14 131 0 72 444 120 30
Binary 1011111 1100 1101100 1100 1011001 0 111010 100100100 1010000 11000

Color Harmonies of #5F0C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0C6C

Black with #5F0C6C

Text Example


Text Example

White with #5F0C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,12,108); }

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

background-color css

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

 a { background-color: rgb(95,12,108); }

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

border-color css

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

 span { border-color: rgb(95,12,108); }

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