#772ECF

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

Shades of Purple Heart #772ECF

Tints of Purple Heart #772ECF

Color information

#772ECF (or 0x772ECF) is unknown color: approx Purple Heart. HEX triplet: 77, 2E and CF. RGB value is (119,46,207). Sum of RGB (Red+Green+Blue) = 119+46+207=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #772ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ECF is #88D130. Grayscale: #555555. Windows color (decimal): -8966449 or 13577847. OLE color: 13577847.

HSL color Cylindrical-coordinate representation of color #772ECF: hue angle of 267.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772ECF is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11946207-
CMYK0.430.7800.19
HSL267.2º63.64%49.61%-
HSV(B)267.2º77.78%81.18%-
XYZ19.8510.3859.99-
YUV86.18196.18151.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 46 (18.36% from 255) = 12.37%
BLUE value IS 207 (81.25% from 255) = 55.65%
R=31.99%
G=12.37%
B=55.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal119462070.430.7800.19267.263.6449.61
Hex772ECF2B4E01310b4032
Octal167563175311602341310062
Binary11101111011101100111110101110011100100111000010111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,46,207); }

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

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

 a { background-color: rgb(119,46,207); }

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

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

 span { border-color: rgb(119,46,207); }

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