Html Css Color HEX #550E4E Palatinate Purple

📋 copy color: '#550E4E'

red 85 ◦ green 14 ◦ blue 78

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

Shades of Palatinate Purple #550E4E

Tints of Palatinate Purple #550E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

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

R = 48.02%
G = 7.91%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#550E4E (or 0x550E4E) is known color: Palatinate Purple. HEX triplet: 55, 0E and 4E. RGB value is (85,14,78). Sum of RGB (Red+Green+Blue) = 85+14+78=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #550E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E4E is #AAF1B1. Grayscale: #2A2A2A. Windows color (decimal): -11202994 or 5115477. OLE color: 5115477.

HSL color Cylindrical-coordinate representation of color #550E4E: hue angle of 305.92º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550E4E is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 14 78 -
CMYK 0 0.84 0.08 0.67
HSL 305.92º 0.72% 0.19% -
HSV(B) 305.92º 0.84% 0.33% -
XYZ 5.28 2.8 7.47 -
YUV 42.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 85 14 78 0 0.84 0.08 0.67 305.92 0.72 0.19
Hex 55 E 4E 0 54 8 43 132 48 13
Octal 125 16 116 0 124 10 103 462 110 23
Binary 1010101 1110 1001110 0 1010100 1000 1000011 100110010 1001000 10011

Color Harmonies of #550E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550E4E

Black with #550E4E

Text Example


Text Example

White with #550E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550E4E; }

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

 H1.HeaderClassName
 {
   color: #550E4E;
 }
 .AnyTagClassName
 {
   color: #550E4E;
 }
</style>

background-color css

<style>
 a { background-color: #550E4E; }

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

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

border-color css

<style>
 span { border-color: #550E4E; }

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

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