Html Css Color HEX #5E0060 Palatinate Purple

📋 copy color: '#5E0060'

red 94 ◦ green 0 ◦ blue 96

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

Shades of Palatinate Purple #5E0060

Tints of Palatinate Purple #5E0060

RGB

 RED value IS 94 (37.11% from 255) = 49.47%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 49.47%
G = 0%
B = 50.53%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E0060 (or 0x5E0060) is known color: Palatinate Purple. HEX triplet: 5E, 00 and 60. RGB value is (94,0,96). Sum of RGB (Red+Green+Blue) = 94+0+96=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E0060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0060 is #A1FF9F. Grayscale: #262626. Windows color (decimal): -10616736 or 6291550. OLE color: 6291550.

HSL color Cylindrical-coordinate representation of color #5E0060: hue angle of 298.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0060 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 0 96 -
CMYK 0.02 1 0 0.62
HSL 298.75º 1% 0.19% -
HSV(B) 298.75º 1% 0.38% -
XYZ 6.73 3.22 11.33 -
YUV 39.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 94 0 96 0.02 1 0 0.62 298.75 1 0.19
Hex 5E 0 60 2 64 0 3E 12B 64 13
Octal 136 0 140 2 144 0 76 453 144 23
Binary 1011110 0 1100000 10 1100100 0 111110 100101011 1100100 10011

Color Harmonies of #5E0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0060

Black with #5E0060

Text Example


Text Example

White with #5E0060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,0,96); }

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

background-color css

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

 a { background-color: rgb(94,0,96); }

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

border-color css

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

 span { border-color: rgb(94,0,96); }

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