#6512AB

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

Shades of Purple Heart #6512AB

Tints of Purple Heart #6512AB

Color information

#6512AB (or 0x6512AB) is unknown color: approx Purple Heart. HEX triplet: 65, 12 and AB. RGB value is (101,18,171). Sum of RGB (Red+Green+Blue) = 101+18+171=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #6512AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6512AB is #9AED54. Grayscale: #3B3B3B. Windows color (decimal): -10153301 or 11211365. OLE color: 11211365.

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

Color convert

RGB10118171-
CMYK0.410.8900.33
HSL272.55º80.95%37.06%-
HSV(B)272.55º89.47%67.06%-
XYZ12.936.1439.03-
YUV60.26190.5157.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=34.83%
G=6.21%
B=58.97%

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
Decimal101181710.410.8900.33272.5580.9537.06
Hex6512AB29590211115125
Octal145222535113104142112145
Binary11001011001010101011101001101100101000011000100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6512AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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