#52165C

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

Shades of Hot Purple #52165C

Tints of Hot Purple #52165C

Color information

#52165C (or 0x52165C) is unknown color: approx Hot Purple. HEX triplet: 52, 16 and 5C. RGB value is (82,22,92). Sum of RGB (Red+Green+Blue) = 82+22+92=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #52165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52165C is #ADE9A3. Grayscale: #2F2F2F. Windows color (decimal): -11397540 or 6035026. OLE color: 6035026.

HSL color Cylindrical-coordinate representation of color #52165C: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52165C is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB822292-
CMYK0.110.7600.64
HSL291.43º61.4%22.35%-
HSV(B)291.43º76.09%36.08%-
XYZ5.73.1410.43-
YUV47.92152.88152.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=41.84%
G=11.22%
B=46.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8222920.110.7600.64291.4361.422.35
Hex52165CB4C0401233d16
Octal122261341311401004437526
Binary1010010101101011100101110011000100000010010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52165C; }

 p { color: rgb(82,22,92); }

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

<style>
 a { background-color: #52165C; }

 a { background-color: rgb(82,22,92); }

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

<style>
 span { border-color: #52165C; }

 span { border-color: rgb(82,22,92); }

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