#771CCA

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

Shades of Purple Heart #771CCA

Tints of Purple Heart #771CCA

Color information

#771CCA (or 0x771CCA) is unknown color: approx Purple Heart. HEX triplet: 77, 1C and CA. RGB value is (119,28,202). Sum of RGB (Red+Green+Blue) = 119+28+202=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #771CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CCA is #88E335. Grayscale: #4A4A4A. Windows color (decimal): -8971062 or 13245559. OLE color: 13245559.

HSL color Cylindrical-coordinate representation of color #771CCA: hue angle of 271.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771CCA is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11928202-
CMYK0.410.8600.21
HSL271.38º75.65%45.1%-
HSV(B)271.38º86.14%79.22%-
XYZ18.689.0256.63-
YUV75.04199.65159.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=34.10%
G=8.02%
B=57.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119282020.410.8600.21271.3875.6545.1
Hex771CCA295601510f4c2d
Octal167343125112602541711455
Binary1110111111001100101010100110101100101011000011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,28,202); }

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

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

 a { background-color: rgb(119,28,202); }

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

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

 span { border-color: rgb(119,28,202); }

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