#52244F

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

Shades of Hot Purple #52244F

Tints of Hot Purple #52244F

Color information

#52244F (or 0x52244F) is unknown color: approx Hot Purple. HEX triplet: 52, 24 and 4F. RGB value is (82,36,79). Sum of RGB (Red+Green+Blue) = 82+36+79=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52244F is #ADDBB0. Grayscale: #363636. Windows color (decimal): -11393969 or 5186642. OLE color: 5186642.

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

Color convert

RGB823679-
CMYK00.560.040.68
HSL303.91º38.98%23.14%-
HSV(B)303.91º56.1%32.16%-
XYZ5.523.627.8-
YUV54.66141.74147.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=41.62%
G=18.27%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82367900.560.040.68303.9138.9823.14
Hex52244F0384441302717
Octal1224411707041044604727
Binary101001010010010011110111000100100010010011000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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