Html Css Color HEX #55124D Palatinate Purple

📋 copy color: '#55124D'

red 85 ◦ green 18 ◦ blue 77

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

Shades of Palatinate Purple #55124D

Tints of Palatinate Purple #55124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 47.22%
G = 10%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55124D (or 0x55124D) is known color: Palatinate Purple. HEX triplet: 55, 12 and 4D. RGB value is (85,18,77). Sum of RGB (Red+Green+Blue) = 85+18+77=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55124D is #AAEDB2. Grayscale: #2C2C2C. Windows color (decimal): -11201971 or 5050965. OLE color: 5050965.

HSL color Cylindrical-coordinate representation of color #55124D: hue angle of 307.16º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55124D is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 77 -
CMYK 0 0.79 0.09 0.67
HSL 307.16º 0.65% 0.2% -
HSV(B) 307.16º 0.79% 0.33% -
XYZ 5.3 2.9 7.3 -
YUV 44.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 85 18 77 0 0.79 0.09 0.67 307.16 0.65 0.2
Hex 55 12 4D 0 4F 9 43 133 41 14
Octal 125 22 115 0 117 11 103 463 101 24
Binary 1010101 10010 1001101 0 1001111 1001 1000011 100110011 1000001 10100

Color Harmonies of #55124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55124D

Black with #55124D

Text Example


Text Example

White with #55124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55124D; }

 p { color: rgb(85,18,77); }

 H1.HeaderClassName
 {
   color: #55124D;
 }
 .AnyTagClassName
 {
   color: #55124D;
 }
</style>

background-color css

<style>
 a { background-color: #55124D; }

 a { background-color: rgb(85,18,77); }

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

border-color css

<style>
 span { border-color: #55124D; }

 span { border-color: rgb(85,18,77); }

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