#55135D

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

Shades of Hot Purple #55135D

Tints of Hot Purple #55135D

Color information

#55135D (or 0x55135D) is unknown color: approx Hot Purple. HEX triplet: 55, 13 and 5D. RGB value is (85,19,93). Sum of RGB (Red+Green+Blue) = 85+19+93=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #55135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55135D is #AAECA2. Grayscale: #2E2E2E. Windows color (decimal): -11201699 or 6099797. OLE color: 6099797.

HSL color Cylindrical-coordinate representation of color #55135D: hue angle of 293.51º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55135D is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB851993-
CMYK0.090.8000.64
HSL293.51º66.07%21.96%-
HSV(B)293.51º79.57%36.47%-
XYZ5.953.1910.66-
YUV47.17153.87154.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=43.15%
G=9.64%
B=47.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8519930.090.8000.64293.5166.0721.96
Hex55135D9500401264216
Octal1252313511120010044610226
Binary10101011001110111011001101000001000000100100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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