#761BAE

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

Shades of Purple Heart #761BAE

Tints of Purple Heart #761BAE

Color information

#761BAE (or 0x761BAE) is unknown color: approx Purple Heart. HEX triplet: 76, 1B and AE. RGB value is (118,27,174). Sum of RGB (Red+Green+Blue) = 118+27+174=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #761BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761BAE is #89E451. Grayscale: #464646. Windows color (decimal): -9036882 or 11410294. OLE color: 11410294.

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

Color convert

RGB11827174-
CMYK0.320.8400.32
HSL277.14º73.13%39.41%-
HSV(B)277.14º84.48%68.24%-
XYZ15.57.6940.71-
YUV70.97186.15161.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=36.99%
G=8.46%
B=54.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118271740.320.8400.32277.1473.1339.41
Hex761BAE20540201154927
Octal166332564012404042511147
Binary11101101101110101110100000101010001000001000101011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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