#53205A

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

Shades of Hot Purple #53205A

Tints of Hot Purple #53205A

Color information

#53205A (or 0x53205A) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 5A. RGB value is (83,32,90). Sum of RGB (Red+Green+Blue) = 83+32+90=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #53205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53205A is #ACDFA5. Grayscale: #353535. Windows color (decimal): -11329446 or 5906515. OLE color: 5906515.

HSL color Cylindrical-coordinate representation of color #53205A: hue angle of 292.76º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53205A is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB833290-
CMYK0.080.6400.65
HSL292.76º47.54%23.92%-
HSV(B)292.76º64.44%35.29%-
XYZ5.933.6110.06-
YUV53.86148.4148.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=40.49%
G=15.61%
B=43.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8332900.080.6400.65292.7647.5423.92
Hex53205A8400411253018
Octal123401321010001014456030
Binary10100111000001011010100010000000100000110010010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,32,90); }

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

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

 a { background-color: rgb(83,32,90); }

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

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

 span { border-color: rgb(83,32,90); }

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