#53075E

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

Shades of Hot Purple #53075E

Tints of Hot Purple #53075E

Color information

#53075E (or 0x53075E) is unknown color: approx Hot Purple. HEX triplet: 53, 07 and 5E. RGB value is (83,7,94). Sum of RGB (Red+Green+Blue) = 83+7+94=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #53075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53075E is #ACF8A1. Grayscale: #272727. Windows color (decimal): -11335842 or 6162259. OLE color: 6162259.

HSL color Cylindrical-coordinate representation of color #53075E: hue angle of 292.41º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53075E is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB83794-
CMYK0.120.9300.63
HSL292.41º86.14%19.8%-
HSV(B)292.41º92.55%36.86%-
XYZ5.662.810.83-
YUV39.64158.68158.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 94 (37.11% from 255) = 51.09%
R=45.11%
G=3.80%
B=51.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal837940.120.9300.63292.4186.1419.8
Hex5375EC5D03F1245614
Octal12371361413507744412624
Binary10100111111011110110010111010111111100100100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53075E; }

 p { color: rgb(83,7,94); }

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

<style>
 a { background-color: #53075E; }

 a { background-color: rgb(83,7,94); }

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

<style>
 span { border-color: #53075E; }

 span { border-color: rgb(83,7,94); }

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