#5109AE

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

Shades of Purple Heart #5109AE

Tints of Purple Heart #5109AE

Color information

#5109AE (or 0x5109AE) is unknown color: approx Purple Heart. HEX triplet: 51, 09 and AE. RGB value is (81,9,174). Sum of RGB (Red+Green+Blue) = 81+9+174=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #5109AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5109AE is #AEF651. Grayscale: #303030. Windows color (decimal): -11466322 or 11405649. OLE color: 11405649.

HSL color Cylindrical-coordinate representation of color #5109AE: hue angle of 266.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5109AE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB819174-
CMYK0.530.9500.32
HSL266.18º90.16%35.88%-
HSV(B)266.18º94.83%68.24%-
XYZ11.13540.42-
YUV49.34198.35150.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 174 (68.36% from 255) = 65.91%
R=30.68%
G=3.41%
B=65.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8191740.530.9500.32266.1890.1635.88
Hex519AE355F02010a5a24
Octal121112566513704041213244
Binary1010001100110101110110101101111101000001000010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5109AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5109AE; }

 p { color: rgb(81,9,174); }

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

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

 a { background-color: rgb(81,9,174); }

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

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

 span { border-color: rgb(81,9,174); }

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