#760FBF

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

Shades of Purple Heart #760FBF

Tints of Purple Heart #760FBF

Color information

#760FBF (or 0x760FBF) is unknown color: approx Purple Heart. HEX triplet: 76, 0F and BF. RGB value is (118,15,191). Sum of RGB (Red+Green+Blue) = 118+15+191=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #760FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FBF is #89F040. Grayscale: #414141. Windows color (decimal): -9039937 or 12521334. OLE color: 12521334.

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

Color convert

RGB11815191-
CMYK0.380.9200.25
HSL275.11º85.44%40.39%-
HSV(B)275.11º92.15%74.9%-
XYZ17.057.9549.93-
YUV65.86198.62165.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 191 (75% from 255) = 58.95%
R=36.42%
G=4.63%
B=58.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118151910.380.9200.25275.1185.4440.39
Hex76FBF265C0191135528
Octal166172774613403142312550
Binary111011011111011111110011010111000110011000100111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760FBF; }

 p { color: rgb(118,15,191); }

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

<style>
 a { background-color: #760FBF; }

 a { background-color: rgb(118,15,191); }

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

<style>
 span { border-color: #760FBF; }

 span { border-color: rgb(118,15,191); }

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