#772CD0

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

Shades of Purple Heart #772CD0

Tints of Purple Heart #772CD0

Color information

#772CD0 (or 0x772CD0) is unknown color: approx Purple Heart. HEX triplet: 77, 2C and D0. RGB value is (119,44,208). Sum of RGB (Red+Green+Blue) = 119+44+208=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #772CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CD0 is #88D32F. Grayscale: #545454. Windows color (decimal): -8966960 or 13642871. OLE color: 13642871.

HSL color Cylindrical-coordinate representation of color #772CD0: hue angle of 267.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772CD0 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11944208-
CMYK0.430.7900.18
HSL267.44º65.08%49.41%-
HSV(B)267.44º78.85%81.57%-
XYZ19.8910.2860.61-
YUV85.12197.35152.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 44 (17.58% from 255) = 11.86%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=32.08%
G=11.86%
B=56.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal119442080.430.7900.18267.4465.0849.41
Hex772CD02B4F01210b4131
Octal167543205311702241310161
Binary11101111011001101000010101110011110100101000010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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