#772CC0

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

Shades of Purple Heart #772CC0

Tints of Purple Heart #772CC0

Color information

#772CC0 (or 0x772CC0) is unknown color: approx Purple Heart. HEX triplet: 77, 2C and C0. RGB value is (119,44,192). Sum of RGB (Red+Green+Blue) = 119+44+192=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #772CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CC0 is #88D33F. Grayscale: #525252. Windows color (decimal): -8966976 or 12594295. OLE color: 12594295.

HSL color Cylindrical-coordinate representation of color #772CC0: hue angle of 270.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772CC0 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11944192-
CMYK0.380.7700.25
HSL270.41º62.71%46.27%-
HSV(B)270.41º77.08%75.29%-
XYZ18.029.5350.76-
YUV83.3189.35153.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=33.52%
G=12.39%
B=54.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119441920.380.7700.25270.4162.7146.27
Hex772CC0264D01910e3f2e
Octal16754300461150314167756
Binary1110111101100110000001001101001101011001100001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,192); }

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

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

 a { background-color: rgb(119,44,192); }

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

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

 span { border-color: rgb(119,44,192); }

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