#760FAB

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

Shades of Purple Heart #760FAB

Tints of Purple Heart #760FAB

Color information

#760FAB (or 0x760FAB) is unknown color: approx Purple Heart. HEX triplet: 76, 0F and AB. RGB value is (118,15,171). Sum of RGB (Red+Green+Blue) = 118+15+171=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #760FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAB is #89F054. Grayscale: #3F3F3F. Windows color (decimal): -9039957 or 11210614. OLE color: 11210614.

HSL color Cylindrical-coordinate representation of color #760FAB: hue angle of 279.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760FAB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11815171-
CMYK0.310.9100.33
HSL279.62º83.87%36.47%-
HSV(B)279.62º91.23%67.06%-
XYZ14.997.1339.11-
YUV63.58188.62166.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=38.82%
G=4.93%
B=56.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118151710.310.9100.33279.6283.8736.47
Hex76FAB1F5B0211185424
Octal166172533713304143012444
Binary111011011111010101111111101101101000011000110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760FAB; }

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

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

<style>
 a { background-color: #760FAB; }

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

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

<style>
 span { border-color: #760FAB; }

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

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