#52195A

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

Shades of Hot Purple #52195A

Tints of Hot Purple #52195A

Color information

#52195A (or 0x52195A) is unknown color: approx Hot Purple. HEX triplet: 52, 19 and 5A. RGB value is (82,25,90). Sum of RGB (Red+Green+Blue) = 82+25+90=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #52195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52195A is #ADE6A5. Grayscale: #313131. Windows color (decimal): -11396774 or 5904722. OLE color: 5904722.

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

Color convert

RGB822590-
CMYK0.090.7200.65
HSL292.62º56.52%22.55%-
HSV(B)292.62º72.22%35.29%-
XYZ5.673.2310-
YUV49.45150.88151.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=41.62%
G=12.69%
B=45.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8225900.090.7200.65292.6256.5222.55
Hex52195A9480411253917
Octal122311321111001014457127
Binary1010010110011011010100110010000100000110010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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