#6518A9

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

Shades of Purple Heart #6518A9

Tints of Purple Heart #6518A9

Color information

#6518A9 (or 0x6518A9) is unknown color: approx Purple Heart. HEX triplet: 65, 18 and A9. RGB value is (101,24,169). Sum of RGB (Red+Green+Blue) = 101+24+169=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #6518A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6518A9 is #9AE756. Grayscale: #3F3F3F. Windows color (decimal): -10151767 or 11081829. OLE color: 11081829.

HSL color Cylindrical-coordinate representation of color #6518A9: hue angle of 271.86º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6518A9 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10124169-
CMYK0.400.8600.34
HSL271.86º75.13%37.84%-
HSV(B)271.86º85.8%66.27%-
XYZ12.856.2838.07-
YUV63.55187.51154.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 169 (66.41% from 255) = 57.48%
R=34.35%
G=8.16%
B=57.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101241690.400.8600.34271.8675.1337.84
Hex6518A928560221104b26
Octal145302515012604242011346
Binary11001011100010101001101000101011001000101000100001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6518A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6518A9; }

 p { color: rgb(101,24,169); }

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

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

 a { background-color: rgb(101,24,169); }

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

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

 span { border-color: rgb(101,24,169); }

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