#55035D

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

Shades of Hot Purple #55035D

Tints of Hot Purple #55035D

Color information

#55035D (or 0x55035D) is unknown color: approx Hot Purple. HEX triplet: 55, 03 and 5D. RGB value is (85,3,93). Sum of RGB (Red+Green+Blue) = 85+3+93=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #55035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55035D is #AAFCA2. Grayscale: #252525. Windows color (decimal): -11205795 or 6095701. OLE color: 6095701.

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

Color convert

RGB85393-
CMYK0.090.9700.64
HSL294.67º93.75%18.82%-
HSV(B)294.67º96.77%36.47%-
XYZ5.752.7910.59-
YUV37.78159.17161.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=46.96%
G=1.66%
B=51.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal853930.090.9700.64294.6793.7518.82
Hex5535D9610401275e13
Octal125313511141010044713623
Binary10101011110111011001110000101000000100100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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