#52065D

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

Shades of Hot Purple #52065D

Tints of Hot Purple #52065D

Color information

#52065D (or 0x52065D) is unknown color: approx Hot Purple. HEX triplet: 52, 06 and 5D. RGB value is (82,6,93). Sum of RGB (Red+Green+Blue) = 82+6+93=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #52065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52065D is #ADF9A2. Grayscale: #262626. Windows color (decimal): -11401635 or 6096466. OLE color: 6096466.

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

Color convert

RGB82693-
CMYK0.120.9400.64
HSL292.41º87.88%19.41%-
HSV(B)292.41º93.55%36.47%-
XYZ5.522.7110.59-
YUV38.64158.68158.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=45.30%
G=3.31%
B=51.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal826930.120.9400.64292.4187.8819.41
Hex5265DC5E0401245813
Octal122613514136010044413023
Binary101001011010111011100101111001000000100100100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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