#7612AB

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

Shades of Purple Heart #7612AB

Tints of Purple Heart #7612AB

Color information

#7612AB (or 0x7612AB) is unknown color: approx Purple Heart. HEX triplet: 76, 12 and AB. RGB value is (118,18,171). Sum of RGB (Red+Green+Blue) = 118+18+171=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7612AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7612AB is #89ED54. Grayscale: #404040. Windows color (decimal): -9039189 or 11211382. OLE color: 11211382.

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

Color convert

RGB11818171-
CMYK0.310.8900.33
HSL279.22º80.95%37.06%-
HSV(B)279.22º89.47%67.06%-
XYZ15.047.2239.13-
YUV65.34187.63165.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 18 (7.42% from 255) = 5.86%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=38.44%
G=5.86%
B=55.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118181710.310.8900.33279.2280.9537.06
Hex7612AB1F590211175125
Octal166222533713104142712145
Binary1110110100101010101111111101100101000011000101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7612AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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