#53025A

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

Shades of Hot Purple #53025A

Tints of Hot Purple #53025A

Color information

#53025A (or 0x53025A) is unknown color: approx Hot Purple. HEX triplet: 53, 02 and 5A. RGB value is (83,2,90). Sum of RGB (Red+Green+Blue) = 83+2+90=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #53025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53025A is #ACFDA5. Grayscale: #232323. Windows color (decimal): -11337126 or 5898835. OLE color: 5898835.

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

Color convert

RGB83290-
CMYK0.080.9800.65
HSL295.23º95.65%18.04%-
HSV(B)295.23º97.78%35.29%-
XYZ5.432.629.89-
YUV36.25158.34161.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=47.43%
G=1.14%
B=51.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal832900.080.9800.65295.2395.6518.04
Hex5325A8620411276012
Octal123213210142010144714022
Binary10100111010110101000110001001000001100100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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