#550652

Color #550652 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #550652

Tints of Palatinate Purple #550652

Color information

#550652 (or 0x550652) is unknown color: approx Palatinate Purple. HEX triplet: 55, 06 and 52. RGB value is (85,6,82). Sum of RGB (Red+Green+Blue) = 85+6+82=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #550652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550652 is #AAF9AD. Grayscale: #262626. Windows color (decimal): -11205038 or 5375573. OLE color: 5375573.

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

Color convert

RGB85682-
CMYK00.930.040.67
HSL302.28º86.81%17.84%-
HSV(B)302.28º92.94%33.33%-
XYZ5.332.678.22-
YUV38.28152.67161.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=49.13%
G=3.47%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8568200.930.040.67302.2886.8117.84
Hex5565205D44312e5712
Octal12561220135410345612722
Binary10101011101010010010111011001000011100101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550652; }

 p { color: rgb(85,6,82); }

 H1.HeaderClassName
 {
   color: #550652;
 }
 .AnyTagClassName
 {
   color: #550652;
 }
</style>
background-color css

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

 a { background-color: rgb(85,6,82); }

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

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

 span { border-color: rgb(85,6,82); }

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