Html Css Color HEX #55114F Palatinate Purple

📋 copy color: '#55114F'

red 85 ◦ green 17 ◦ blue 79

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

Shades of Palatinate Purple #55114F

Tints of Palatinate Purple #55114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 46.96%
G = 9.39%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55114F (or 0x55114F) is known color: Palatinate Purple. HEX triplet: 55, 11 and 4F. RGB value is (85,17,79). Sum of RGB (Red+Green+Blue) = 85+17+79=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55114F is #AAEEB0. Grayscale: #2C2C2C. Windows color (decimal): -11202225 or 5181781. OLE color: 5181781.

HSL color Cylindrical-coordinate representation of color #55114F: hue angle of 305.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55114F is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 79 -
CMYK 0 0.80 0.07 0.67
HSL 305.29º 0.67% 0.2% -
HSV(B) 305.29º 0.8% 0.33% -
XYZ 5.36 2.9 7.67 -
YUV 44.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 85 17 79 0 0.80 0.07 0.67 305.29 0.67 0.2
Hex 55 11 4F 0 50 7 43 131 43 14
Octal 125 21 117 0 120 7 103 461 103 24
Binary 1010101 10001 1001111 0 1010000 111 1000011 100110001 1000011 10100

Color Harmonies of #55114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55114F

Black with #55114F

Text Example


Text Example

White with #55114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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