#52235A

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

Shades of Hot Purple #52235A

Tints of Hot Purple #52235A

Color information

#52235A (or 0x52235A) is unknown color: approx Hot Purple. HEX triplet: 52, 23 and 5A. RGB value is (82,35,90). Sum of RGB (Red+Green+Blue) = 82+35+90=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #52235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52235A is #ADDCA5. Grayscale: #373737. Windows color (decimal): -11394214 or 5907282. OLE color: 5907282.

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

Color convert

RGB823590-
CMYK0.090.6100.65
HSL291.27º44%24.51%-
HSV(B)291.27º61.11%35.29%-
XYZ5.933.7310.08-
YUV55.32147.57147.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=39.61%
G=16.91%
B=43.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8235900.090.6100.65291.274424.51
Hex52235A93D0411232c19
Octal12243132117501014435431
Binary1010010100011101101010011111010100000110010001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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