Html Css Color HEX #5E3359 Palatinate Purple

📋 copy color: '#5E3359'

red 94 ◦ green 51 ◦ blue 89

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

Shades of Palatinate Purple #5E3359

Tints of Palatinate Purple #5E3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 40.17%
G = 21.79%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5E3359 (or 0x5E3359) is known color: Palatinate Purple. HEX triplet: 5E, 33 and 59. RGB value is (94,51,89). Sum of RGB (Red+Green+Blue) = 94+51+89=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3359 is #A1CCA6. Grayscale: #444444. Windows color (decimal): -10603687 or 5845854. OLE color: 5845854.

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

Color convert

RGB 94 51 89 -
CMYK 0 0.46 0.05 0.63
HSL 306.98º 0.3% 0.28% -
HSV(B) 306.98º 0.46% 0.37% -
XYZ 7.6 5.47 10.11 -
YUV 68.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 94 51 89 0 0.46 0.05 0.63 306.98 0.3 0.28
Hex 5E 33 59 0 2E 5 3F 133 1E 1C
Octal 136 63 131 0 56 5 77 463 36 34
Binary 1011110 110011 1011001 0 101110 101 111111 100110011 11110 11100

Color Harmonies of #5E3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3359

Black with #5E3359

Text Example


Text Example

White with #5E3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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