#52225C

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

Shades of Hot Purple #52225C

Tints of Hot Purple #52225C

Color information

#52225C (or 0x52225C) is unknown color: approx Hot Purple. HEX triplet: 52, 22 and 5C. RGB value is (82,34,92). Sum of RGB (Red+Green+Blue) = 82+34+92=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #52225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52225C is #ADDDA3. Grayscale: #363636. Windows color (decimal): -11394468 or 6038098. OLE color: 6038098.

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

Color convert

RGB823492-
CMYK0.110.6300.64
HSL289.66º46.03%24.71%-
HSV(B)289.66º63.04%36.08%-
XYZ5.983.7110.53-
YUV54.96148.9147.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=39.42%
G=16.35%
B=44.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8234920.110.6300.64289.6646.0324.71
Hex52225CB3F0401222e19
Octal12242134137701004425631
Binary1010010100010101110010111111110100000010010001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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