Html Css Color HEX #5E005E Palatinate Purple

📋 copy color: '#5E005E'

red 94 ◦ green 0 ◦ blue 94

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

Shades of Palatinate Purple #5E005E

Tints of Palatinate Purple #5E005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5E005E (or 0x5E005E) is known color: Palatinate Purple. HEX triplet: 5E, 00 and 5E. RGB value is (94,0,94). Sum of RGB (Red+Green+Blue) = 94+0+94=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: red, blue. Hex color #5E005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E005E is #A1FFA1. Grayscale: #262626. Windows color (decimal): -10616738 or 6160478. OLE color: 6160478.

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

Color convert

RGB 94 0 94 -
CMYK 0 1 0 0.63
HSL 300º 1% 0.18% -
HSV(B) 300º 1% 0.37% -
XYZ 6.64 3.19 10.86 -
YUV 38.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 94 0 94 0 1 0 0.63 300 1 0.18
Hex 5E 0 5E 0 64 0 3F 12C 64 12
Octal 136 0 136 0 144 0 77 454 144 22
Binary 1011110 0 1011110 0 1100100 0 111111 100101100 1100100 10010

Color Harmonies of #5E005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E005E

Black with #5E005E

Text Example


Text Example

White with #5E005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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