#773CC3

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

Shades of Purple Heart #773CC3

Tints of Purple Heart #773CC3

Color information

#773CC3 (or 0x773CC3) is unknown color: approx Purple Heart. HEX triplet: 77, 3C and C3. RGB value is (119,60,195). Sum of RGB (Red+Green+Blue) = 119+60+195=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #773CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CC3 is #88C33C. Grayscale: #5C5C5C. Windows color (decimal): -8962877 or 12794999. OLE color: 12794999.

HSL color Cylindrical-coordinate representation of color #773CC3: hue angle of 266.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773CC3 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11960195-
CMYK0.390.6900.24
HSL266.22º52.94%50%-
HSV(B)266.22º69.23%76.47%-
XYZ19.0711.0952.77-
YUV93.03185.55146.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 195 (76.56% from 255) = 52.14%
R=31.82%
G=16.04%
B=52.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119601950.390.6900.24266.2252.9450
Hex773CC3274501810a3532
Octal16774303471050304126562
Binary1110111111100110000111001111000101011000100001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773CC3; }

 p { color: rgb(119,60,195); }

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

<style>
 a { background-color: #773CC3; }

 a { background-color: rgb(119,60,195); }

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

<style>
 span { border-color: #773CC3; }

 span { border-color: rgb(119,60,195); }

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