#55065D

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

Shades of Hot Purple #55065D

Tints of Hot Purple #55065D

Color information

#55065D (or 0x55065D) is unknown color: approx Hot Purple. HEX triplet: 55, 06 and 5D. RGB value is (85,6,93). Sum of RGB (Red+Green+Blue) = 85+6+93=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #55065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55065D is #AAF9A2. Grayscale: #272727. Windows color (decimal): -11205027 or 6096469. OLE color: 6096469.

HSL color Cylindrical-coordinate representation of color #55065D: hue angle of 294.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55065D is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB85693-
CMYK0.090.9400.64
HSL294.48º87.88%19.41%-
HSV(B)294.48º93.55%36.47%-
XYZ5.792.8510.6-
YUV39.54158.17160.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=46.20%
G=3.26%
B=50.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal856930.090.9400.64294.4887.8819.41
Hex5565D95E0401265813
Octal125613511136010044613023
Binary101010111010111011001101111001000000100100110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55065D; }

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

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

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

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

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

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

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

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