#53095B

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

Shades of Hot Purple #53095B

Tints of Hot Purple #53095B

Color information

#53095B (or 0x53095B) is unknown color: approx Hot Purple. HEX triplet: 53, 09 and 5B. RGB value is (83,9,91). Sum of RGB (Red+Green+Blue) = 83+9+91=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #53095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53095B is #ACF6A4. Grayscale: #282828. Windows color (decimal): -11335333 or 5966163. OLE color: 5966163.

HSL color Cylindrical-coordinate representation of color #53095B: hue angle of 294.15º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53095B is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB83991-
CMYK0.090.9000.64
HSL294.15º82%19.61%-
HSV(B)294.15º90.11%35.69%-
XYZ5.552.7910.14-
YUV40.47156.52158.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=45.36%
G=4.92%
B=49.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal839910.090.9000.64294.158219.61
Hex5395B95A0401265214
Octal1231113311132010044612224
Binary1010011100110110111001101101001000000100100110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53095B; }

 p { color: rgb(83,9,91); }

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

<style>
 a { background-color: #53095B; }

 a { background-color: rgb(83,9,91); }

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

<style>
 span { border-color: #53095B; }

 span { border-color: rgb(83,9,91); }

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