#52035D

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

Shades of Hot Purple #52035D

Tints of Hot Purple #52035D

Color information

#52035D (or 0x52035D) is unknown color: approx Hot Purple. HEX triplet: 52, 03 and 5D. RGB value is (82,3,93). Sum of RGB (Red+Green+Blue) = 82+3+93=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 3 (1.56% from 255 or 1.69% 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 #52035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52035D is #ADFCA2. Grayscale: #242424. Windows color (decimal): -11402403 or 6095698. OLE color: 6095698.

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

Color convert

RGB82393-
CMYK0.120.9700.64
HSL292.67º93.75%18.82%-
HSV(B)292.67º96.77%36.47%-
XYZ5.492.6510.58-
YUV36.88159.67160.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=46.07%
G=1.69%
B=52.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal823930.120.9700.64292.6793.7518.82
Hex5235DC610401255e13
Octal122313514141010044513623
Binary10100101110111011100110000101000000100100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,3,93); }

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

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

 a { background-color: rgb(82,3,93); }

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

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

 span { border-color: rgb(82,3,93); }

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