Html Css Color HEX #5F0D5C Palatinate Purple

📋 copy color: '#5F0D5C'

red 95 ◦ green 13 ◦ blue 92

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

Shades of Palatinate Purple #5F0D5C

Tints of Palatinate Purple #5F0D5C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.5%

 BLUE value IS 92 (36.33% from 255) = 46%

R = 47.5%
G = 6.5%
B = 46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#5F0D5C (or 0x5F0D5C) is known color: Palatinate Purple. HEX triplet: 5F, 0D and 5C. RGB value is (95,13,92). Sum of RGB (Red+Green+Blue) = 95+13+92=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0D5C is #A0F2A3. Grayscale: #2E2E2E. Windows color (decimal): -10547876 or 6032735. OLE color: 6032735.

HSL color Cylindrical-coordinate representation of color #5F0D5C: hue angle of 302.2º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0D5C is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 13 92 -
CMYK 0 0.86 0.03 0.63
HSL 302.2º 0.76% 0.21% -
HSV(B) 302.2º 0.86% 0.37% -
XYZ 6.8 3.49 10.44 -
YUV 46.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 95 13 92 0 0.86 0.03 0.63 302.2 0.76 0.21
Hex 5F D 5C 0 56 3 3F 12E 4C 15
Octal 137 15 134 0 126 3 77 456 114 25
Binary 1011111 1101 1011100 0 1010110 11 111111 100101110 1001100 10101

Color Harmonies of #5F0D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0D5C

Black with #5F0D5C

Text Example


Text Example

White with #5F0D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,13,92); }

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

background-color css

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

 a { background-color: rgb(95,13,92); }

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

border-color css

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

 span { border-color: rgb(95,13,92); }

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