#770FB7

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

Shades of Purple Heart #770FB7

Tints of Purple Heart #770FB7

Color information

#770FB7 (or 0x770FB7) is unknown color: approx Purple Heart. HEX triplet: 77, 0F and B7. RGB value is (119,15,183). Sum of RGB (Red+Green+Blue) = 119+15+183=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #770FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FB7 is #88F048. Grayscale: #404040. Windows color (decimal): -8974409 or 11997047. OLE color: 11997047.

HSL color Cylindrical-coordinate representation of color #770FB7: hue angle of 277.14º 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 #770FB7 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11915183-
CMYK0.350.9200.28
HSL277.14º84.85%38.82%-
HSV(B)277.14º91.8%71.76%-
XYZ16.337.6845.42-
YUV65.25194.46166.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 15 (6.25% from 255) = 4.73%
BLUE value IS 183 (71.88% from 255) = 57.73%
R=37.54%
G=4.73%
B=57.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119151830.350.9200.28277.1484.8538.82
Hex77FB7235C01C1155527
Octal167172674313403442512547
Binary111011111111011011110001110111000111001000101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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