Html Css Color HEX #5E0563 Palatinate Purple

📋 copy color: '#5E0563'

red 94 ◦ green 5 ◦ blue 99

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

Shades of Palatinate Purple #5E0563

Tints of Palatinate Purple #5E0563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 47.47%
G = 2.53%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5E0563 (or 0x5E0563) is known color: Palatinate Purple. HEX triplet: 5E, 05 and 63. RGB value is (94,5,99). Sum of RGB (Red+Green+Blue) = 94+5+99=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E0563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0563 is #A1FA9C. Grayscale: #2A2A2A. Windows color (decimal): -10615453 or 6489438. OLE color: 6489438.

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

Color convert

RGB 94 5 99 -
CMYK 0.05 0.95 0 0.61
HSL 296.81º 0.9% 0.2% -
HSV(B) 296.81º 0.95% 0.39% -
XYZ 6.92 3.39 12.09 -
YUV 42.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 94 5 99 0.05 0.95 0 0.61 296.81 0.9 0.2
Hex 5E 5 63 5 5F 0 3D 129 5A 14
Octal 136 5 143 5 137 0 75 451 132 24
Binary 1011110 101 1100011 101 1011111 0 111101 100101001 1011010 10100

Color Harmonies of #5E0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0563

Black with #5E0563

Text Example


Text Example

White with #5E0563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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