#52255A

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

Shades of Hot Purple #52255A

Tints of Hot Purple #52255A

Color information

#52255A (or 0x52255A) is unknown color: approx Hot Purple. HEX triplet: 52, 25 and 5A. RGB value is (82,37,90). Sum of RGB (Red+Green+Blue) = 82+37+90=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #52255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52255A is #ADDAA5. Grayscale: #383838. Windows color (decimal): -11393702 or 5907794. OLE color: 5907794.

HSL color Cylindrical-coordinate representation of color #52255A: hue angle of 290.94º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52255A is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB823790-
CMYK0.090.5900.65
HSL290.94º41.73%24.9%-
HSV(B)290.94º58.89%35.29%-
XYZ5.993.8610.1-
YUV56.5146.91146.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=39.23%
G=17.70%
B=43.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8237900.090.5900.65290.9441.7324.9
Hex52255A93B0411232a19
Octal12245132117301014435231
Binary1010010100101101101010011110110100000110010001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52255A; }

 p { color: rgb(82,37,90); }

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

<style>
 a { background-color: #52255A; }

 a { background-color: rgb(82,37,90); }

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

<style>
 span { border-color: #52255A; }

 span { border-color: rgb(82,37,90); }

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