#761BAA

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

Shades of Purple Heart #761BAA

Tints of Purple Heart #761BAA

Color information

#761BAA (or 0x761BAA) is unknown color: approx Purple Heart. HEX triplet: 76, 1B and AA. RGB value is (118,27,170). Sum of RGB (Red+Green+Blue) = 118+27+170=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #761BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761BAA is #89E455. Grayscale: #464646. Windows color (decimal): -9036886 or 11148150. OLE color: 11148150.

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

Color convert

RGB11827170-
CMYK0.310.8400.33
HSL278.18º72.59%38.63%-
HSV(B)278.18º84.12%66.67%-
XYZ15.127.5438.69-
YUV70.51184.15161.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 27 (10.94% from 255) = 8.57%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=37.46%
G=8.57%
B=53.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118271700.310.8400.33278.1872.5938.63
Hex761BAA1F540211164927
Octal166332523712404142611147
Binary1110110110111010101011111101010001000011000101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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