Html Css Color HEX #5E144F Palatinate Purple

📋 copy color: '#5E144F'

red 94 ◦ green 20 ◦ blue 79

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

Shades of Palatinate Purple #5E144F

Tints of Palatinate Purple #5E144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 48.7%
G = 10.36%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5E144F (or 0x5E144F) is known color: Palatinate Purple. HEX triplet: 5E, 14 and 4F. RGB value is (94,20,79). Sum of RGB (Red+Green+Blue) = 94+20+79=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E144F is #A1EBB0. Grayscale: #303030. Windows color (decimal): -10611633 or 5182558. OLE color: 5182558.

HSL color Cylindrical-coordinate representation of color #5E144F: hue angle of 312.16º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E144F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 20 79 -
CMYK 0 0.79 0.16 0.63
HSL 312.16º 0.65% 0.22% -
HSV(B) 312.16º 0.79% 0.37% -
XYZ 6.28 3.44 7.73 -
YUV 48.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 94 20 79 0 0.79 0.16 0.63 312.16 0.65 0.22
Hex 5E 14 4F 0 4F 10 3F 138 41 16
Octal 136 24 117 0 117 20 77 470 101 26
Binary 1011110 10100 1001111 0 1001111 10000 111111 100111000 1000001 10110

Color Harmonies of #5E144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E144F

Black with #5E144F

Text Example


Text Example

White with #5E144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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