#6512AA

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

Shades of Purple Heart #6512AA

Tints of Purple Heart #6512AA

Color information

#6512AA (or 0x6512AA) is unknown color: approx Purple Heart. HEX triplet: 65, 12 and AA. RGB value is (101,18,170). Sum of RGB (Red+Green+Blue) = 101+18+170=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #6512AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512AA is #9AED55. Grayscale: #3B3B3B. Windows color (decimal): -10153302 or 11145829. OLE color: 11145829.

HSL color Cylindrical-coordinate representation of color #6512AA: hue angle of 272.76º degrees, saturation: 0.81, 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 #6512AA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10118170-
CMYK0.410.8900.33
HSL272.76º80.85%36.86%-
HSV(B)272.76º89.41%66.67%-
XYZ12.846.138.53-
YUV60.14190157.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=34.95%
G=6.23%
B=58.82%

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
Decimal101181700.410.8900.33272.7680.8536.86
Hex6512AA29590211115125
Octal145222525113104142112145
Binary11001011001010101010101001101100101000011000100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6512AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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