#55275A

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

Shades of Hot Purple #55275A

Tints of Hot Purple #55275A

Color information

#55275A (or 0x55275A) is unknown color: approx Hot Purple. HEX triplet: 55, 27 and 5A. RGB value is (85,39,90). Sum of RGB (Red+Green+Blue) = 85+39+90=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #55275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55275A is #AAD8A5. Grayscale: #3A3A3A. Windows color (decimal): -11196582 or 5908309. OLE color: 5908309.

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

Color convert

RGB853990-
CMYK0.060.5700.65
HSL294.12º39.53%25.29%-
HSV(B)294.12º56.67%35.29%-
XYZ6.324.1210.14-
YUV58.57145.74146.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=39.72%
G=18.22%
B=42.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8539900.060.5700.65294.1239.5325.29
Hex55275A6390411262819
Octal1254713267101014465031
Binary101010110011110110101101110010100000110010011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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