Html Css Color HEX #550954 Palatinate Purple

📋 copy color: '#550954'

red 85 ◦ green 9 ◦ blue 84

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

Shades of Palatinate Purple #550954

Tints of Palatinate Purple #550954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 47.19%

R = 47.75%
G = 5.06%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#550954 (or 0x550954) is known color: Palatinate Purple. HEX triplet: 55, 09 and 54. RGB value is (85,9,84). Sum of RGB (Red+Green+Blue) = 85+9+84=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #550954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550954 is #AAF6AB. Grayscale: #282828. Windows color (decimal): -11204268 or 5507413. OLE color: 5507413.

HSL color Cylindrical-coordinate representation of color #550954: hue angle of 300.79º 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 #550954 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 84 -
CMYK 0 0.89 0.01 0.67
HSL 300.79º 0.81% 0.18% -
HSV(B) 300.79º 0.89% 0.33% -
XYZ 5.44 2.77 8.63 -
YUV 40.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 85 9 84 0 0.89 0.01 0.67 300.79 0.81 0.18
Hex 55 9 54 0 59 1 43 12D 51 12
Octal 125 11 124 0 131 1 103 455 121 22
Binary 1010101 1001 1010100 0 1011001 1 1000011 100101101 1010001 10010

Color Harmonies of #550954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550954

Black with #550954

Text Example


Text Example

White with #550954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550954; }

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

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

background-color css

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

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

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

border-color css

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

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

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