#6513AA

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

Shades of Purple Heart #6513AA

Tints of Purple Heart #6513AA

Color information

#6513AA (or 0x6513AA) is unknown color: approx Purple Heart. HEX triplet: 65, 13 and AA. RGB value is (101,19,170). Sum of RGB (Red+Green+Blue) = 101+19+170=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #6513AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6513AA is #9AEC55. Grayscale: #3C3C3C. Windows color (decimal): -10153046 or 11146085. OLE color: 11146085.

HSL color Cylindrical-coordinate representation of color #6513AA: hue angle of 272.58º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6513AA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10119170-
CMYK0.410.8900.33
HSL272.58º79.89%37.06%-
HSV(B)272.58º88.82%66.67%-
XYZ12.866.1338.54-
YUV60.73189.67156.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=34.83%
G=6.55%
B=58.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101191700.410.8900.33272.5879.8937.06
Hex6513AA29590211115025
Octal145232525113104142112045
Binary11001011001110101010101001101100101000011000100011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6513AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6513AA; }

 p { color: rgb(101,19,170); }

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

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

 a { background-color: rgb(101,19,170); }

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

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

 span { border-color: rgb(101,19,170); }

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