Html Css Color HEX #550951 Palatinate Purple

📋 copy color: '#550951'

red 85 ◦ green 9 ◦ blue 81

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

Shades of Palatinate Purple #550951

Tints of Palatinate Purple #550951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 81 (32.03% from 255) = 46.29%

R = 48.57%
G = 5.14%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#550951 (or 0x550951) is known color: Palatinate Purple. HEX triplet: 55, 09 and 51. RGB value is (85,9,81). Sum of RGB (Red+Green+Blue) = 85+9+81=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #550951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550951 is #AAF6AE. Grayscale: #272727. Windows color (decimal): -11204271 or 5310805. OLE color: 5310805.

HSL color Cylindrical-coordinate representation of color #550951: hue angle of 303.16º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550951 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 81 -
CMYK 0 0.89 0.05 0.67
HSL 303.16º 0.81% 0.18% -
HSV(B) 303.16º 0.89% 0.33% -
XYZ 5.33 2.72 8.03 -
YUV 39.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 85 9 81 0 0.89 0.05 0.67 303.16 0.81 0.18
Hex 55 9 51 0 59 5 43 12F 51 12
Octal 125 11 121 0 131 5 103 457 121 22
Binary 1010101 1001 1010001 0 1011001 101 1000011 100101111 1010001 10010

Color Harmonies of #550951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550951

Black with #550951

Text Example


Text Example

White with #550951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550951; }

 p { color: rgb(85,9,81); }

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

background-color css

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

 a { background-color: rgb(85,9,81); }

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

border-color css

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

 span { border-color: rgb(85,9,81); }

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