#772ACC

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

Shades of Purple Heart #772ACC

Tints of Purple Heart #772ACC

Color information

#772ACC (or 0x772ACC) is unknown color: approx Purple Heart. HEX triplet: 77, 2A and CC. RGB value is (119,42,204). Sum of RGB (Red+Green+Blue) = 119+42+204=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #772ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ACC is #88D533. Grayscale: #525252. Windows color (decimal): -8967476 or 13380215. OLE color: 13380215.

HSL color Cylindrical-coordinate representation of color #772ACC: hue angle of 268.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772ACC is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11942204-
CMYK0.420.7900.2
HSL268.52º65.85%48.24%-
HSV(B)268.52º79.41%80%-
XYZ19.339.9458.03-
YUV83.49196.01153.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 42 (16.80% from 255) = 11.51%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=32.60%
G=11.51%
B=55.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119422040.420.7900.2268.5265.8548.24
Hex772ACC2A4F01410d4230
Octal167523145211702441510260
Binary11101111010101100110010101010011110101001000011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,204); }

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

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

 a { background-color: rgb(119,42,204); }

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

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

 span { border-color: rgb(119,42,204); }

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