#772DB1

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

Shades of Purple Heart #772DB1

Tints of Purple Heart #772DB1

Color information

#772DB1 (or 0x772DB1) is unknown color: approx Purple Heart. HEX triplet: 77, 2D and B1. RGB value is (119,45,177). Sum of RGB (Red+Green+Blue) = 119+45+177=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #772DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DB1 is #88D24E. Grayscale: #515151. Windows color (decimal): -8966735 or 11611511. OLE color: 11611511.

HSL color Cylindrical-coordinate representation of color #772DB1: hue angle of 273.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772DB1 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11945177-
CMYK0.330.7500.31
HSL273.64º59.46%43.53%-
HSV(B)273.64º74.58%69.41%-
XYZ16.488.9742.46-
YUV82.17181.52154.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 45 (17.97% from 255) = 13.20%
BLUE value IS 177 (69.53% from 255) = 51.91%
R=34.90%
G=13.20%
B=51.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119451770.330.7500.31273.6459.4643.53
Hex772DB1214B01F1123b2c
Octal16755261411130374227354
Binary1110111101101101100011000011001011011111100010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,177); }

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

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

 a { background-color: rgb(119,45,177); }

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

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

 span { border-color: rgb(119,45,177); }

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