#55035A

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

Shades of Hot Purple #55035A

Tints of Hot Purple #55035A

Color information

#55035A (or 0x55035A) is unknown color: approx Hot Purple. HEX triplet: 55, 03 and 5A. RGB value is (85,3,90). Sum of RGB (Red+Green+Blue) = 85+3+90=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #55035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55035A is #AAFCA5. Grayscale: #252525. Windows color (decimal): -11205798 or 5899093. OLE color: 5899093.

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

Color convert

RGB85390-
CMYK0.060.9700.65
HSL296.55º93.55%18.24%-
HSV(B)296.55º96.67%35.29%-
XYZ5.622.739.9-
YUV37.44157.67161.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=47.75%
G=1.69%
B=50.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal853900.060.9700.65296.5593.5518.24
Hex5535A6610411295e12
Octal12531326141010145113622
Binary1010101111011010110110000101000001100101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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