#52035A

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

Shades of Hot Purple #52035A

Tints of Hot Purple #52035A

Color information

#52035A (or 0x52035A) is unknown color: approx Hot Purple. HEX triplet: 52, 03 and 5A. RGB value is (82,3,90). Sum of RGB (Red+Green+Blue) = 82+3+90=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 3 (1.56% from 255 or 1.71% 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 #52035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52035A is #ADFCA5. Grayscale: #242424. Windows color (decimal): -11402406 or 5899090. OLE color: 5899090.

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

Color convert

RGB82390-
CMYK0.090.9700.65
HSL294.48º93.55%18.24%-
HSV(B)294.48º96.67%35.29%-
XYZ5.362.69.89-
YUV36.54158.17160.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=46.86%
G=1.71%
B=51.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal823900.090.9700.65294.4893.5518.24
Hex5235A9610411265e12
Octal122313211141010144613622
Binary10100101110110101001110000101000001100100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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