#53015B

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

Shades of Hot Purple #53015B

Tints of Hot Purple #53015B

Color information

#53015B (or 0x53015B) is unknown color: approx Hot Purple. HEX triplet: 53, 01 and 5B. RGB value is (83,1,91). Sum of RGB (Red+Green+Blue) = 83+1+91=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #53015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53015B is #ACFEA4. Grayscale: #232323. Windows color (decimal): -11337381 or 5964115. OLE color: 5964115.

HSL color Cylindrical-coordinate representation of color #53015B: hue angle of 294.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53015B is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB83191-
CMYK0.090.9900.64
HSL294.67º97.83%18.04%-
HSV(B)294.67º98.9%35.69%-
XYZ5.472.6210.11-
YUV35.78159.17161.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 91 (35.94% from 255) = 52%
R=47.43%
G=0.57%
B=52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal831910.090.9900.64294.6797.8318.04
Hex5315B9630401276212
Octal123113311143010044714222
Binary1010011110110111001110001101000000100100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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