#6519A3

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

Shades of Purple Heart #6519A3

Tints of Purple Heart #6519A3

Color information

#6519A3 (or 0x6519A3) is unknown color: approx Purple Heart. HEX triplet: 65, 19 and A3. RGB value is (101,25,163). Sum of RGB (Red+Green+Blue) = 101+25+163=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #6519A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6519A3 is #9AE65C. Grayscale: #3E3E3E. Windows color (decimal): -10151517 or 10688869. OLE color: 10688869.

HSL color Cylindrical-coordinate representation of color #6519A3: hue angle of 273.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6519A3 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10125163-
CMYK0.380.8500.36
HSL273.04º73.4%36.86%-
HSV(B)273.04º84.66%63.92%-
XYZ12.336.1135.18-
YUV63.46184.18154.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 163 (64.06% from 255) = 56.40%
R=34.95%
G=8.65%
B=56.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101251630.380.8500.36273.0473.436.86
Hex6519A326550241114925
Octal145312434612504442111145
Binary11001011100110100011100110101010101001001000100011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6519A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6519A3; }

 p { color: rgb(101,25,163); }

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

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

 a { background-color: rgb(101,25,163); }

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

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

 span { border-color: rgb(101,25,163); }

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