#53185A

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

Shades of Hot Purple #53185A

Tints of Hot Purple #53185A

Color information

#53185A (or 0x53185A) is unknown color: approx Hot Purple. HEX triplet: 53, 18 and 5A. RGB value is (83,24,90). Sum of RGB (Red+Green+Blue) = 83+24+90=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 24 (9.77% from 255 or 12.18% 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 #53185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53185A is #ACE7A5. Grayscale: #303030. Windows color (decimal): -11331494 or 5904467. OLE color: 5904467.

HSL color Cylindrical-coordinate representation of color #53185A: hue angle of 293.64º 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 #53185A is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB832490-
CMYK0.080.7300.65
HSL293.64º57.89%22.35%-
HSV(B)293.64º73.33%35.29%-
XYZ5.743.239.99-
YUV49.16151.05152.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=42.13%
G=12.18%
B=45.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8324900.080.7300.65293.6457.8922.35
Hex53185A8490411263a16
Octal123301321011101014467226
Binary1010011110001011010100010010010100000110010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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