Html Css Color HEX #5E2959 Palatinate Purple

📋 copy color: '#5E2959'

red 94 ◦ green 41 ◦ blue 89

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

Shades of Palatinate Purple #5E2959

Tints of Palatinate Purple #5E2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 41.96%
G = 18.3%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5E2959 (or 0x5E2959) is known color: Palatinate Purple. HEX triplet: 5E, 29 and 59. RGB value is (94,41,89). Sum of RGB (Red+Green+Blue) = 94+41+89=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2959 is #A1D6A6. Grayscale: #3E3E3E. Windows color (decimal): -10606247 or 5843294. OLE color: 5843294.

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

Color convert

RGB 94 41 89 -
CMYK 0 0.56 0.05 0.63
HSL 305.66º 0.39% 0.26% -
HSV(B) 305.66º 0.56% 0.37% -
XYZ 7.21 4.69 9.98 -
YUV 62.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 94 41 89 0 0.56 0.05 0.63 305.66 0.39 0.26
Hex 5E 29 59 0 38 5 3F 132 27 1A
Octal 136 51 131 0 70 5 77 462 47 32
Binary 1011110 101001 1011001 0 111000 101 111111 100110010 100111 11010

Color Harmonies of #5E2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2959

Black with #5E2959

Text Example


Text Example

White with #5E2959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,41,89); }

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

background-color css

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

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

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

border-color css

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

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

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