#55205A

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

Shades of Hot Purple #55205A

Tints of Hot Purple #55205A

Color information

#55205A (or 0x55205A) is unknown color: approx Hot Purple. HEX triplet: 55, 20 and 5A. RGB value is (85,32,90). Sum of RGB (Red+Green+Blue) = 85+32+90=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #55205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55205A is #AADFA5. Grayscale: #363636. Windows color (decimal): -11198374 or 5906517. OLE color: 5906517.

HSL color Cylindrical-coordinate representation of color #55205A: hue angle of 294.83º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55205A is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB853290-
CMYK0.060.6400.65
HSL294.83º47.54%23.92%-
HSV(B)294.83º64.44%35.29%-
XYZ6.113.710.07-
YUV54.46148.06149.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=41.06%
G=15.46%
B=43.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8532900.060.6400.65294.8347.5423.92
Hex55205A6400411273018
Octal12540132610001014476030
Binary1010101100000101101011010000000100000110010011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55205A; }

 p { color: rgb(85,32,90); }

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

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

 a { background-color: rgb(85,32,90); }

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

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

 span { border-color: rgb(85,32,90); }

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