#52224F

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

Shades of Hot Purple #52224F

Tints of Hot Purple #52224F

Color information

#52224F (or 0x52224F) is unknown color: approx Hot Purple. HEX triplet: 52, 22 and 4F. RGB value is (82,34,79). Sum of RGB (Red+Green+Blue) = 82+34+79=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52224F is #ADDDB0. Grayscale: #353535. Windows color (decimal): -11394481 or 5186130. OLE color: 5186130.

HSL color Cylindrical-coordinate representation of color #52224F: hue angle of 303.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52224F is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB823479-
CMYK00.590.040.68
HSL303.75º41.38%22.75%-
HSV(B)303.75º58.54%32.16%-
XYZ5.463.57.79-
YUV53.48142.4148.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=42.05%
G=17.44%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82347900.590.040.68303.7541.3822.75
Hex52224F03B4441302917
Octal1224211707341044605127
Binary101001010001010011110111011100100010010011000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52224F; }

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

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

<style>
 a { background-color: #52224F; }

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

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

<style>
 span { border-color: #52224F; }

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

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