Html Css Color HEX #5E1552 Palatinate Purple

📋 copy color: '#5E1552'

red 94 ◦ green 21 ◦ blue 82

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

Shades of Palatinate Purple #5E1552

Tints of Palatinate Purple #5E1552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 47.72%
G = 10.66%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5E1552 (or 0x5E1552) is known color: Palatinate Purple. HEX triplet: 5E, 15 and 52. RGB value is (94,21,82). Sum of RGB (Red+Green+Blue) = 94+21+82=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1552 is #A1EAAD. Grayscale: #313131. Windows color (decimal): -10611374 or 5379422. OLE color: 5379422.

HSL color Cylindrical-coordinate representation of color #5E1552: hue angle of 309.86º 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 #5E1552 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 82 -
CMYK 0 0.78 0.13 0.63
HSL 309.86º 0.63% 0.23% -
HSV(B) 309.86º 0.78% 0.37% -
XYZ 6.41 3.53 8.33 -
YUV 49.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 94 21 82 0 0.78 0.13 0.63 309.86 0.63 0.23
Hex 5E 15 52 0 4E D 3F 136 3F 17
Octal 136 25 122 0 116 15 77 466 77 27
Binary 1011110 10101 1010010 0 1001110 1101 111111 100110110 111111 10111

Color Harmonies of #5E1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1552

Black with #5E1552

Text Example


Text Example

White with #5E1552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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