#761CB2

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

Shades of Purple Heart #761CB2

Tints of Purple Heart #761CB2

Color information

#761CB2 (or 0x761CB2) is unknown color: approx Purple Heart. HEX triplet: 76, 1C and B2. RGB value is (118,28,178). Sum of RGB (Red+Green+Blue) = 118+28+178=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #761CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761CB2 is #89E34D. Grayscale: #474747. Windows color (decimal): -9036622 or 11672694. OLE color: 11672694.

HSL color Cylindrical-coordinate representation of color #761CB2: hue angle of 276º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761CB2 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11828178-
CMYK0.340.8400.30
HSL276º72.82%40.39%-
HSV(B)276º84.27%69.8%-
XYZ15.927.942.8-
YUV72.01187.82160.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 178 (69.92% from 255) = 54.94%
R=36.42%
G=8.64%
B=54.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118281780.340.8400.3027672.8240.39
Hex761CB2225401E1144928
Octal166342624212403642411150
Binary1110110111001011001010001010101000111101000101001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,28,178); }

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

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

 a { background-color: rgb(118,28,178); }

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

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

 span { border-color: rgb(118,28,178); }

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