#55215A

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

Shades of Hot Purple #55215A

Tints of Hot Purple #55215A

Color information

#55215A (or 0x55215A) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 5A. RGB value is (85,33,90). Sum of RGB (Red+Green+Blue) = 85+33+90=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #55215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55215A is #AADEA5. Grayscale: #363636. Windows color (decimal): -11198118 or 5906773. OLE color: 5906773.

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

Color convert

RGB853390-
CMYK0.060.6300.65
HSL294.74º46.34%24.12%-
HSV(B)294.74º63.33%35.29%-
XYZ6.143.7610.07-
YUV55.05147.73149.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=40.87%
G=15.87%
B=43.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8533900.060.6300.65294.7446.3424.12
Hex55215A63F0411272e18
Octal1254113267701014475630
Binary101010110000110110101101111110100000110010011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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