Html Css Color HEX #5E3558 Palatinate Purple

📋 copy color: '#5E3558'

red 94 ◦ green 53 ◦ blue 88

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

Shades of Palatinate Purple #5E3558

Tints of Palatinate Purple #5E3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 40%
G = 22.55%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5E3558 (or 0x5E3558) is known color: Palatinate Purple. HEX triplet: 5E, 35 and 58. RGB value is (94,53,88). Sum of RGB (Red+Green+Blue) = 94+53+88=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3558 is #A1CAA7. Grayscale: #454545. Windows color (decimal): -10603176 or 5780830. OLE color: 5780830.

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

Color convert

RGB 94 53 88 -
CMYK 0 0.44 0.06 0.63
HSL 308.78º 0.28% 0.29% -
HSV(B) 308.78º 0.44% 0.37% -
XYZ 7.65 5.63 9.92 -
YUV 69.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 94 53 88 0 0.44 0.06 0.63 308.78 0.28 0.29
Hex 5E 35 58 0 2C 6 3F 135 1C 1D
Octal 136 65 130 0 54 6 77 465 34 35
Binary 1011110 110101 1011000 0 101100 110 111111 100110101 11100 11101

Color Harmonies of #5E3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3558

Black with #5E3558

Text Example


Text Example

White with #5E3558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,88); }

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

background-color css

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

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

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

border-color css

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

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

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