#772FC9

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

Shades of Purple Heart #772FC9

Tints of Purple Heart #772FC9

Color information

#772FC9 (or 0x772FC9) is unknown color: approx Purple Heart. HEX triplet: 77, 2F and C9. RGB value is (119,47,201). Sum of RGB (Red+Green+Blue) = 119+47+201=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #772FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FC9 is #88D036. Grayscale: #555555. Windows color (decimal): -8966199 or 13184887. OLE color: 13184887.

HSL color Cylindrical-coordinate representation of color #772FC9: hue angle of 268.05º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772FC9 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11947201-
CMYK0.410.7700.21
HSL268.05º62.1%48.63%-
HSV(B)268.05º76.62%78.82%-
XYZ19.1710.1756.21-
YUV86.08192.85151.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 47 (18.75% from 255) = 12.81%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=32.43%
G=12.81%
B=54.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119472010.410.7700.21268.0562.148.63
Hex772FC9294D01510c3e31
Octal16757311511150254147661
Binary1110111101111110010011010011001101010101100001100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772FC9; }

 p { color: rgb(119,47,201); }

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

<style>
 a { background-color: #772FC9; }

 a { background-color: rgb(119,47,201); }

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

<style>
 span { border-color: #772FC9; }

 span { border-color: rgb(119,47,201); }

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