Html Css Color HEX #5E1462 Palatinate Purple

📋 copy color: '#5E1462'

red 94 ◦ green 20 ◦ blue 98

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

Shades of Palatinate Purple #5E1462

Tints of Palatinate Purple #5E1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 44.34%
G = 9.43%
B = 46.23%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E1462 (or 0x5E1462) is known color: Palatinate Purple. HEX triplet: 5E, 14 and 62. RGB value is (94,20,98). Sum of RGB (Red+Green+Blue) = 94+20+98=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E1462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1462 is #A1EB9D. Grayscale: #323232. Windows color (decimal): -10611614 or 6427742. OLE color: 6427742.

HSL color Cylindrical-coordinate representation of color #5E1462: hue angle of 296.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E1462 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 20 98 -
CMYK 0.04 0.80 0 0.62
HSL 296.92º 0.66% 0.23% -
HSV(B) 296.92º 0.8% 0.38% -
XYZ 7.07 3.76 11.91 -
YUV 51.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 94 20 98 0.04 0.80 0 0.62 296.92 0.66 0.23
Hex 5E 14 62 4 50 0 3E 129 42 17
Octal 136 24 142 4 120 0 76 451 102 27
Binary 1011110 10100 1100010 100 1010000 0 111110 100101001 1000010 10111

Color Harmonies of #5E1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1462

Black with #5E1462

Text Example


Text Example

White with #5E1462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,20,98); }

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

background-color css

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

 a { background-color: rgb(94,20,98); }

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

border-color css

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

 span { border-color: rgb(94,20,98); }

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