Html Css Color HEX #55144F Palatinate Purple

📋 copy color: '#55144F'

red 85 ◦ green 20 ◦ blue 79

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

Shades of Palatinate Purple #55144F

Tints of Palatinate Purple #55144F

RGB

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

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

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

R = 46.2%
G = 10.87%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55144F (or 0x55144F) is known color: Palatinate Purple. HEX triplet: 55, 14 and 4F. RGB value is (85,20,79). Sum of RGB (Red+Green+Blue) = 85+20+79=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55144F is #AAEBB0. Grayscale: #2D2D2D. Windows color (decimal): -11201457 or 5182549. OLE color: 5182549.

HSL color Cylindrical-coordinate representation of color #55144F: hue angle of 305.54º 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 #55144F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 79 -
CMYK 0 0.76 0.07 0.67
HSL 305.54º 0.62% 0.21% -
HSV(B) 305.54º 0.76% 0.33% -
XYZ 5.41 3 7.69 -
YUV 46.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 85 20 79 0 0.76 0.07 0.67 305.54 0.62 0.21
Hex 55 14 4F 0 4C 7 43 132 3E 15
Octal 125 24 117 0 114 7 103 462 76 25
Binary 1010101 10100 1001111 0 1001100 111 1000011 100110010 111110 10101

Color Harmonies of #55144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55144F

Black with #55144F

Text Example


Text Example

White with #55144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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