Html Css Color HEX #5E005D Palatinate Purple

📋 copy color: '#5E005D'

red 94 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #5E005D

Tints of Palatinate Purple #5E005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 50.27%
G = 0%
B = 49.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#5E005D (or 0x5E005D) is known color: Palatinate Purple. HEX triplet: 5E, 00 and 5D. RGB value is (94,0,93). Sum of RGB (Red+Green+Blue) = 94+0+93=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E005D is #A1FFA2. Grayscale: #262626. Windows color (decimal): -10616739 or 6094942. OLE color: 6094942.

HSL color Cylindrical-coordinate representation of color #5E005D: hue angle of 300.64º 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 #5E005D is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 0 93 -
CMYK 0 1 0.01 0.63
HSL 300.64º 1% 0.18% -
HSV(B) 300.64º 1% 0.37% -
XYZ 6.59 3.17 10.62 -
YUV 38.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 94 0 93 0 1 0.01 0.63 300.64 1 0.18
Hex 5E 0 5D 0 64 1 3F 12D 64 12
Octal 136 0 135 0 144 1 77 455 144 22
Binary 1011110 0 1011101 0 1100100 1 111111 100101101 1100100 10010

Color Harmonies of #5E005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E005D

Black with #5E005D

Text Example


Text Example

White with #5E005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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