#53055C

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

Shades of Hot Purple #53055C

Tints of Hot Purple #53055C

Color information

#53055C (or 0x53055C) is unknown color: approx Hot Purple. HEX triplet: 53, 05 and 5C. RGB value is (83,5,92). Sum of RGB (Red+Green+Blue) = 83+5+92=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #53055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53055C is #ACFAA3. Grayscale: #252525. Windows color (decimal): -11336356 or 6030675. OLE color: 6030675.

HSL color Cylindrical-coordinate representation of color #53055C: hue angle of 293.79º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53055C is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB83592-
CMYK0.100.9500.64
HSL293.79º89.69%19.02%-
HSV(B)293.79º94.57%36.08%-
XYZ5.552.7210.36-
YUV38.24158.34159.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 92 (36.33% from 255) = 51.11%
R=46.11%
G=2.78%
B=51.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal835920.100.9500.64293.7989.6919.02
Hex5355CA5F0401265a13
Octal123513412137010044613223
Binary101001110110111001010101111101000000100100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53055C; }

 p { color: rgb(83,5,92); }

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

<style>
 a { background-color: #53055C; }

 a { background-color: rgb(83,5,92); }

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

<style>
 span { border-color: #53055C; }

 span { border-color: rgb(83,5,92); }

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