Html Css Color HEX #550553 Palatinate Purple

📋 copy color: '#550553'

red 85 ◦ green 5 ◦ blue 83

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

Shades of Palatinate Purple #550553

Tints of Palatinate Purple #550553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 49.13%
G = 2.89%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#550553 (or 0x550553) is known color: Palatinate Purple. HEX triplet: 55, 05 and 53. RGB value is (85,5,83). Sum of RGB (Red+Green+Blue) = 85+5+83=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #550553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550553 is #AAFAAC. Grayscale: #252525. Windows color (decimal): -11205293 or 5440853. OLE color: 5440853.

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

Color convert

RGB 85 5 83 -
CMYK 0 0.94 0.02 0.67
HSL 301.5º 0.89% 0.18% -
HSV(B) 301.5º 0.94% 0.33% -
XYZ 5.36 2.66 8.42 -
YUV 37.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 85 5 83 0 0.94 0.02 0.67 301.5 0.89 0.18
Hex 55 5 53 0 5E 2 43 12E 59 12
Octal 125 5 123 0 136 2 103 456 131 22
Binary 1010101 101 1010011 0 1011110 10 1000011 100101110 1011001 10010

Color Harmonies of #550553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550553

Black with #550553

Text Example


Text Example

White with #550553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550553; }

 p { color: rgb(85,5,83); }

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

background-color css

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

 a { background-color: rgb(85,5,83); }

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

border-color css

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

 span { border-color: rgb(85,5,83); }

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