Html Css Color HEX #5E1063 Palatinate Purple

📋 copy color: '#5E1063'

red 94 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #5E1063

Tints of Palatinate Purple #5E1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

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

R = 44.98%
G = 7.66%
B = 47.37%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E1063 (or 0x5E1063) is known color: Palatinate Purple. HEX triplet: 5E, 10 and 63. RGB value is (94,16,99). Sum of RGB (Red+Green+Blue) = 94+16+99=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E1063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1063 is #A1EF9C. Grayscale: #303030. Windows color (decimal): -10612637 or 6492254. OLE color: 6492254.

HSL color Cylindrical-coordinate representation of color #5E1063: hue angle of 296.39º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1063 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 16 99 -
CMYK 0.05 0.84 0 0.61
HSL 296.39º 0.72% 0.23% -
HSV(B) 296.39º 0.84% 0.39% -
XYZ 7.05 3.65 12.14 -
YUV 48.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 94 16 99 0.05 0.84 0 0.61 296.39 0.72 0.23
Hex 5E 10 63 5 54 0 3D 128 48 17
Octal 136 20 143 5 124 0 75 450 110 27
Binary 1011110 10000 1100011 101 1010100 0 111101 100101000 1001000 10111

Color Harmonies of #5E1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1063

Black with #5E1063

Text Example


Text Example

White with #5E1063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,16,99); }

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

background-color css

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

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

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

border-color css

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

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

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