#771AC4

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

Shades of Purple Heart #771AC4

Tints of Purple Heart #771AC4

Color information

#771AC4 (or 0x771AC4) is unknown color: approx Purple Heart. HEX triplet: 77, 1A and C4. RGB value is (119,26,196). Sum of RGB (Red+Green+Blue) = 119+26+196=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #771AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AC4 is #88E53B. Grayscale: #484848. Windows color (decimal): -8971580 or 12851831. OLE color: 12851831.

HSL color Cylindrical-coordinate representation of color #771AC4: hue angle of 272.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771AC4 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11926196-
CMYK0.390.8700.23
HSL272.82º76.58%43.53%-
HSV(B)272.82º86.73%76.86%-
XYZ17.948.6552.95-
YUV73.19197.31160.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 196 (76.95% from 255) = 57.48%
R=34.90%
G=7.62%
B=57.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119261960.390.8700.23272.8276.5843.53
Hex771AC427570171114d2c
Octal167323044712702742111554
Binary1110111110101100010010011110101110101111000100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771AC4; }

 p { color: rgb(119,26,196); }

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

<style>
 a { background-color: #771AC4; }

 a { background-color: rgb(119,26,196); }

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

<style>
 span { border-color: #771AC4; }

 span { border-color: rgb(119,26,196); }

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