#761EBC

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

Shades of Purple Heart #761EBC

Tints of Purple Heart #761EBC

Color information

#761EBC (or 0x761EBC) is unknown color: approx Purple Heart. HEX triplet: 76, 1E and BC. RGB value is (118,30,188). Sum of RGB (Red+Green+Blue) = 118+30+188=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #761EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EBC is #89E143. Grayscale: #494949. Windows color (decimal): -9036100 or 12328566. OLE color: 12328566.

HSL color Cylindrical-coordinate representation of color #761EBC: hue angle of 273.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761EBC is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11830188-
CMYK0.370.8400.26
HSL273.42º72.48%42.75%-
HSV(B)273.42º84.04%73.73%-
XYZ17.018.4148.3-
YUV74.32192.15159.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 30 (12.11% from 255) = 8.93%
BLUE value IS 188 (73.83% from 255) = 55.95%
R=35.12%
G=8.93%
B=55.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118301880.370.8400.26273.4272.4842.75
Hex761EBC255401A111482b
Octal166362744512403242111053
Binary1110110111101011110010010110101000110101000100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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