#772DB5

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

Shades of Purple Heart #772DB5

Tints of Purple Heart #772DB5

Color information

#772DB5 (or 0x772DB5) is unknown color: approx Purple Heart. HEX triplet: 77, 2D and B5. RGB value is (119,45,181). Sum of RGB (Red+Green+Blue) = 119+45+181=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #772DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DB5 is #88D24A. Grayscale: #525252. Windows color (decimal): -8966731 or 11873655. OLE color: 11873655.

HSL color Cylindrical-coordinate representation of color #772DB5: hue angle of 272.65º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772DB5 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11945181-
CMYK0.340.7500.29
HSL272.65º60.18%44.31%-
HSV(B)272.65º75.14%70.98%-
XYZ16.899.1344.59-
YUV82.63183.52153.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 181 (71.09% from 255) = 52.46%
R=34.49%
G=13.04%
B=52.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119451810.340.7500.29272.6560.1844.31
Hex772DB5224B01D1113c2c
Octal16755265421130354217454
Binary1110111101101101101011000101001011011101100010001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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