#53315A

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

Shades of Hot Purple #53315A

Tints of Hot Purple #53315A

Color information

#53315A (or 0x53315A) is unknown color: approx Hot Purple. HEX triplet: 53, 31 and 5A. RGB value is (83,49,90). Sum of RGB (Red+Green+Blue) = 83+49+90=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #53315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53315A is #ACCEA5. Grayscale: #3F3F3F. Windows color (decimal): -11325094 or 5910867. OLE color: 5910867.

HSL color Cylindrical-coordinate representation of color #53315A: hue angle of 289.76º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53315A is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB834990-
CMYK0.080.4600.65
HSL289.76º29.5%27.25%-
HSV(B)289.76º45.56%35.29%-
XYZ6.514.7710.25-
YUV63.84142.76141.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=37.39%
G=22.07%
B=40.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8349900.080.4600.65289.7629.527.25
Hex53315A82E0411221d1b
Octal12361132105601014423533
Binary101001111000110110101000101110010000011001000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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