#53045B

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

Shades of Hot Purple #53045B

Tints of Hot Purple #53045B

Color information

#53045B (or 0x53045B) is unknown color: approx Hot Purple. HEX triplet: 53, 04 and 5B. RGB value is (83,4,91). Sum of RGB (Red+Green+Blue) = 83+4+91=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #53045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53045B is #ACFBA4. Grayscale: #252525. Windows color (decimal): -11336613 or 5964883. OLE color: 5964883.

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

Color convert

RGB83491-
CMYK0.090.9600.64
HSL294.48º91.58%18.63%-
HSV(B)294.48º95.6%35.69%-
XYZ5.52.6810.13-
YUV37.54158.17160.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=46.63%
G=2.25%
B=51.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal834910.090.9600.64294.4891.5818.63
Hex5345B9600401265c13
Octal123413311140010044613423
Binary101001110010110111001110000001000000100100110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53045B; }

 p { color: rgb(83,4,91); }

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

<style>
 a { background-color: #53045B; }

 a { background-color: rgb(83,4,91); }

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

<style>
 span { border-color: #53045B; }

 span { border-color: rgb(83,4,91); }

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