#512653

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

Shades of Hot Purple #512653

Tints of Hot Purple #512653

Color information

#512653 (or 0x512653) is unknown color: approx Hot Purple. HEX triplet: 51, 26 and 53. RGB value is (81,38,83). Sum of RGB (Red+Green+Blue) = 81+38+83=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #512653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512653 is #AED9AC. Grayscale: #373737. Windows color (decimal): -11458989 or 5449297. OLE color: 5449297.

HSL color Cylindrical-coordinate representation of color #512653: hue angle of 297.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #512653 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB813883-
CMYK0.020.5400.67
HSL297.33º37.19%23.73%-
HSV(B)297.33º54.22%32.55%-
XYZ5.653.768.61-
YUV55.99143.25145.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=40.10%
G=18.81%
B=41.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8138830.020.5400.67297.3337.1923.73
Hex5126532360431292518
Octal1214612326601034514530
Binary10100011001101010011101101100100001110010100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512653; }

 p { color: rgb(81,38,83); }

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

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

 a { background-color: rgb(81,38,83); }

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

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

 span { border-color: rgb(81,38,83); }

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