Html Css Color HEX #55144E Palatinate Purple

📋 copy color: '#55144E'

red 85 ◦ green 20 ◦ blue 78

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

Shades of Palatinate Purple #55144E

Tints of Palatinate Purple #55144E

RGB

 RED value IS 85 (33.59% from 255) = 46.45%

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

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

R = 46.45%
G = 10.93%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55144E (or 0x55144E) is known color: Palatinate Purple. HEX triplet: 55, 14 and 4E. RGB value is (85,20,78). Sum of RGB (Red+Green+Blue) = 85+20+78=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55144E is #AAEBB1. Grayscale: #2D2D2D. Windows color (decimal): -11201458 or 5117013. OLE color: 5117013.

HSL color Cylindrical-coordinate representation of color #55144E: hue angle of 306.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55144E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 78 -
CMYK 0 0.76 0.08 0.67
HSL 306.46º 0.62% 0.21% -
HSV(B) 306.46º 0.76% 0.33% -
XYZ 5.37 2.98 7.5 -
YUV 46.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 85 20 78 0 0.76 0.08 0.67 306.46 0.62 0.21
Hex 55 14 4E 0 4C 8 43 132 3E 15
Octal 125 24 116 0 114 10 103 462 76 25
Binary 1010101 10100 1001110 0 1001100 1000 1000011 100110010 111110 10101

Color Harmonies of #55144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55144E

Black with #55144E

Text Example


Text Example

White with #55144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55144E; }

 p { color: rgb(85,20,78); }

 H1.HeaderClassName
 {
   color: #55144E;
 }
 .AnyTagClassName
 {
   color: #55144E;
 }
</style>

background-color css

<style>
 a { background-color: #55144E; }

 a { background-color: rgb(85,20,78); }

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

border-color css

<style>
 span { border-color: #55144E; }

 span { border-color: rgb(85,20,78); }

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