#52185A

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

Shades of Hot Purple #52185A

Tints of Hot Purple #52185A

Color information

#52185A (or 0x52185A) is unknown color: approx Hot Purple. HEX triplet: 52, 18 and 5A. RGB value is (82,24,90). Sum of RGB (Red+Green+Blue) = 82+24+90=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #52185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52185A is #ADE7A5. Grayscale: #303030. Windows color (decimal): -11397030 or 5904466. OLE color: 5904466.

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

Color convert

RGB822490-
CMYK0.090.7300.65
HSL292.73º57.89%22.35%-
HSV(B)292.73º73.33%35.29%-
XYZ5.653.199.99-
YUV48.87151.22151.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=41.84%
G=12.24%
B=45.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8224900.090.7300.65292.7357.8922.35
Hex52185A9490411253a16
Octal122301321111101014457226
Binary1010010110001011010100110010010100000110010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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