#761FAE

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

Shades of Purple Heart #761FAE

Tints of Purple Heart #761FAE

Color information

#761FAE (or 0x761FAE) is unknown color: approx Purple Heart. HEX triplet: 76, 1F and AE. RGB value is (118,31,174). Sum of RGB (Red+Green+Blue) = 118+31+174=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #761FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761FAE is #89E051. Grayscale: #484848. Windows color (decimal): -9035858 or 11411318. OLE color: 11411318.

HSL color Cylindrical-coordinate representation of color #761FAE: hue angle of 276.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761FAE is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11831174-
CMYK0.320.8200.32
HSL276.5º69.76%40.2%-
HSV(B)276.5º82.18%68.24%-
XYZ15.67.8940.74-
YUV73.32184.82159.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 31 (12.5% from 255) = 9.60%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=36.53%
G=9.60%
B=53.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118311740.320.8200.32276.569.7640.2
Hex761FAE20520201154628
Octal166372564012204042510650
Binary11101101111110101110100000101001001000001000101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761FAE; }

 p { color: rgb(118,31,174); }

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

<style>
 a { background-color: #761FAE; }

 a { background-color: rgb(118,31,174); }

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

<style>
 span { border-color: #761FAE; }

 span { border-color: rgb(118,31,174); }

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