#761EAD

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

Shades of Purple Heart #761EAD

Tints of Purple Heart #761EAD

Color information

#761EAD (or 0x761EAD) is unknown color: approx Purple Heart. HEX triplet: 76, 1E and AD. RGB value is (118,30,173). Sum of RGB (Red+Green+Blue) = 118+30+173=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #761EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761EAD is #89E152. Grayscale: #484848. Windows color (decimal): -9036115 or 11345526. OLE color: 11345526.

HSL color Cylindrical-coordinate representation of color #761EAD: hue angle of 276.92º degrees, saturation: 0.7, 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 #761EAD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11830173-
CMYK0.320.8300.32
HSL276.92º70.44%39.8%-
HSV(B)276.92º82.66%67.84%-
XYZ15.487.840.22-
YUV72.61184.65160.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=36.76%
G=9.35%
B=53.89%

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
Decimal118301730.320.8300.32276.9270.4439.8
Hex761EAD20530201154628
Octal166362554012304042510650
Binary11101101111010101101100000101001101000001000101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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