#760FAA

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

Shades of Purple Heart #760FAA

Tints of Purple Heart #760FAA

Color information

#760FAA (or 0x760FAA) is unknown color: approx Purple Heart. HEX triplet: 76, 0F and AA. RGB value is (118,15,170). Sum of RGB (Red+Green+Blue) = 118+15+170=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #760FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAA is #89F055. Grayscale: #3E3E3E. Windows color (decimal): -9039958 or 11145078. OLE color: 11145078.

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

Color convert

RGB11815170-
CMYK0.310.9100.33
HSL279.87º83.78%36.27%-
HSV(B)279.87º91.18%66.67%-
XYZ14.97.138.61-
YUV63.47188.12166.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 15 (6.25% from 255) = 4.95%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=38.94%
G=4.95%
B=56.11%

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
Decimal118151700.310.9100.33279.8783.7836.27
Hex76FAA1F5B0211185424
Octal166172523713304143012444
Binary111011011111010101011111101101101000011000110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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