#761CBE

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

Shades of Purple Heart #761CBE

Tints of Purple Heart #761CBE

Color information

#761CBE (or 0x761CBE) is unknown color: approx Purple Heart. HEX triplet: 76, 1C and BE. RGB value is (118,28,190). Sum of RGB (Red+Green+Blue) = 118+28+190=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #761CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CBE is #89E341. Grayscale: #484848. Windows color (decimal): -9036610 or 12459126. OLE color: 12459126.

HSL color Cylindrical-coordinate representation of color #761CBE: hue angle of 273.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761CBE is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11828190-
CMYK0.380.8500.25
HSL273.33º74.31%42.75%-
HSV(B)273.33º85.26%74.51%-
XYZ17.188.449.43-
YUV73.38193.82159.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 28 (11.33% from 255) = 8.33%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=35.12%
G=8.33%
B=56.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118281900.380.8500.25273.3374.3142.75
Hex761CBE26550191114a2b
Octal166342764612503142111253
Binary1110110111001011111010011010101010110011000100011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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