#761FBE

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

Shades of Purple Heart #761FBE

Tints of Purple Heart #761FBE

Color information

#761FBE (or 0x761FBE) is unknown color: approx Purple Heart. HEX triplet: 76, 1F and BE. RGB value is (118,31,190). Sum of RGB (Red+Green+Blue) = 118+31+190=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #761FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FBE is #89E041. Grayscale: #4A4A4A. Windows color (decimal): -9035842 or 12459894. OLE color: 12459894.

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

Color convert

RGB11831190-
CMYK0.380.8400.25
HSL272.83º71.95%43.33%-
HSV(B)272.83º83.68%74.51%-
XYZ17.268.5549.46-
YUV75.14192.82158.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 31 (12.5% from 255) = 9.14%
BLUE value IS 190 (74.61% from 255) = 56.05%
R=34.81%
G=9.14%
B=56.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118311900.380.8400.25272.8371.9543.33
Hex761FBE2654019111482b
Octal166372764612403142111053
Binary1110110111111011111010011010101000110011000100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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