Html Css Color HEX #5F0E63 Palatinate Purple

📋 copy color: '#5F0E63'

red 95 ◦ green 14 ◦ blue 99

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

Shades of Palatinate Purple #5F0E63

Tints of Palatinate Purple #5F0E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.73%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 45.67%
G = 6.73%
B = 47.6%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5F0E63 (or 0x5F0E63) is known color: Palatinate Purple. HEX triplet: 5F, 0E and 63. RGB value is (95,14,99). Sum of RGB (Red+Green+Blue) = 95+14+99=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F0E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0E63 is #A0F19C. Grayscale: #2F2F2F. Windows color (decimal): -10547613 or 6491743. OLE color: 6491743.

HSL color Cylindrical-coordinate representation of color #5F0E63: hue angle of 297.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0E63 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 14 99 -
CMYK 0.04 0.86 0 0.61
HSL 297.18º 0.75% 0.22% -
HSV(B) 297.18º 0.86% 0.39% -
XYZ 7.13 3.65 12.13 -
YUV 47.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 95 14 99 0.04 0.86 0 0.61 297.18 0.75 0.22
Hex 5F E 63 4 56 0 3D 129 4B 16
Octal 137 16 143 4 126 0 75 451 113 26
Binary 1011111 1110 1100011 100 1010110 0 111101 100101001 1001011 10110

Color Harmonies of #5F0E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0E63

Black with #5F0E63

Text Example


Text Example

White with #5F0E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,14,99); }

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

background-color css

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

 a { background-color: rgb(95,14,99); }

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

border-color css

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

 span { border-color: rgb(95,14,99); }

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