#760FB7

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

Shades of Purple Heart #760FB7

Tints of Purple Heart #760FB7

Color information

#760FB7 (or 0x760FB7) is unknown color: approx Purple Heart. HEX triplet: 76, 0F and B7. RGB value is (118,15,183). Sum of RGB (Red+Green+Blue) = 118+15+183=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 183 (71.88% from 255 or 57.91% from 316); Max value from RGB is 183 - color contains mainly: blue. Hex color #760FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FB7 is #89F048. Grayscale: #404040. Windows color (decimal): -9039945 or 11997046. OLE color: 11997046.

HSL color Cylindrical-coordinate representation of color #760FB7: hue angle of 276.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760FB7 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11815183-
CMYK0.360.9200.28
HSL276.79º84.85%38.82%-
HSV(B)276.79º91.8%71.76%-
XYZ16.197.6145.42-
YUV64.95194.62165.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 15 (6.25% from 255) = 4.75%
BLUE value IS 183 (71.88% from 255) = 57.91%
R=37.34%
G=4.75%
B=57.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118151830.360.9200.28276.7984.8538.82
Hex76FB7245C01C1155527
Octal166172674413403442512547
Binary111011011111011011110010010111000111001000101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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