#761EAE

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

Shades of Purple Heart #761EAE

Tints of Purple Heart #761EAE

Color information

#761EAE (or 0x761EAE) is unknown color: approx Purple Heart. HEX triplet: 76, 1E and AE. RGB value is (118,30,174). Sum of RGB (Red+Green+Blue) = 118+30+174=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #761EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761EAE is #89E151. Grayscale: #484848. Windows color (decimal): -9036114 or 11411062. OLE color: 11411062.

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

Color convert

RGB11830174-
CMYK0.320.8300.32
HSL276.67º70.59%40%-
HSV(B)276.67º82.76%68.24%-
XYZ15.587.8440.74-
YUV72.73185.15160.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=36.65%
G=9.32%
B=54.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118301740.320.8300.32276.6770.5940
Hex761EAE20530201154728
Octal166362564012304042510750
Binary11101101111010101110100000101001101000001000101011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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