#6516AE

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

Shades of Purple Heart #6516AE

Tints of Purple Heart #6516AE

Color information

#6516AE (or 0x6516AE) is unknown color: approx Purple Heart. HEX triplet: 65, 16 and AE. RGB value is (101,22,174). Sum of RGB (Red+Green+Blue) = 101+22+174=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #6516AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6516AE is #9AE951. Grayscale: #3E3E3E. Windows color (decimal): -10152274 or 11408997. OLE color: 11408997.

HSL color Cylindrical-coordinate representation of color #6516AE: hue angle of 271.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6516AE is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10122174-
CMYK0.420.8700.32
HSL271.18º77.55%38.43%-
HSV(B)271.18º87.36%68.24%-
XYZ13.296.440.58-
YUV62.95190.67155.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=34.01%
G=7.41%
B=58.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101221740.420.8700.32271.1877.5538.43
Hex6516AE2A5702010f4e26
Octal145262565212704041711646
Binary11001011011010101110101010101011101000001000011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6516AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,22,174); }

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

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

 a { background-color: rgb(101,22,174); }

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

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

 span { border-color: rgb(101,22,174); }

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