Html Css Color HEX #5E154E Palatinate Purple

📋 copy color: '#5E154E'

red 94 ◦ green 21 ◦ blue 78

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

Shades of Palatinate Purple #5E154E

Tints of Palatinate Purple #5E154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 48.7%
G = 10.88%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#5E154E (or 0x5E154E) is known color: Palatinate Purple. HEX triplet: 5E, 15 and 4E. RGB value is (94,21,78). Sum of RGB (Red+Green+Blue) = 94+21+78=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E154E is #A1EAB1. Grayscale: #313131. Windows color (decimal): -10611378 or 5117278. OLE color: 5117278.

HSL color Cylindrical-coordinate representation of color #5E154E: hue angle of 313.15º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E154E is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 78 -
CMYK 0 0.78 0.17 0.63
HSL 313.15º 0.63% 0.23% -
HSV(B) 313.15º 0.78% 0.37% -
XYZ 6.26 3.47 7.55 -
YUV 49.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 94 21 78 0 0.78 0.17 0.63 313.15 0.63 0.23
Hex 5E 15 4E 0 4E 11 3F 139 3F 17
Octal 136 25 116 0 116 21 77 471 77 27
Binary 1011110 10101 1001110 0 1001110 10001 111111 100111001 111111 10111

Color Harmonies of #5E154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E154E

Black with #5E154E

Text Example


Text Example

White with #5E154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,78); }

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

background-color css

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

 a { background-color: rgb(94,21,78); }

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

border-color css

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

 span { border-color: rgb(94,21,78); }

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