#53055D

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

Shades of Hot Purple #53055D

Tints of Hot Purple #53055D

Color information

#53055D (or 0x53055D) is unknown color: approx Hot Purple. HEX triplet: 53, 05 and 5D. RGB value is (83,5,93). Sum of RGB (Red+Green+Blue) = 83+5+93=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 5 (2.34% from 255 or 2.76% 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 #53055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53055D is #ACFAA2. Grayscale: #262626. Windows color (decimal): -11336355 or 6096211. OLE color: 6096211.

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

Color convert

RGB83593-
CMYK0.110.9500.64
HSL293.18º89.8%19.22%-
HSV(B)293.18º94.62%36.47%-
XYZ5.62.7410.59-
YUV38.35158.84159.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=45.86%
G=2.76%
B=51.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal835930.110.9500.64293.1889.819.22
Hex5355DB5F0401255a13
Octal123513513137010044513223
Binary101001110110111011011101111101000000100100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,5,93); }

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

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

 a { background-color: rgb(83,5,93); }

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

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

 span { border-color: rgb(83,5,93); }

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