#53025D

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

Shades of Hot Purple #53025D

Tints of Hot Purple #53025D

Color information

#53025D (or 0x53025D) is unknown color: approx Hot Purple. HEX triplet: 53, 02 and 5D. RGB value is (83,2,93). Sum of RGB (Red+Green+Blue) = 83+2+93=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #53025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53025D is #ACFDA2. Grayscale: #242424. Windows color (decimal): -11337123 or 6095443. OLE color: 6095443.

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

Color convert

RGB83293-
CMYK0.110.9800.64
HSL293.41º95.79%18.63%-
HSV(B)293.41º97.85%36.47%-
XYZ5.562.6710.58-
YUV36.59159.84161.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=46.63%
G=1.12%
B=52.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal832930.110.9800.64293.4195.7918.63
Hex5325DB620401256013
Octal123213513142010044514023
Binary10100111010111011011110001001000000100100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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