#773bc1

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

Shades of Purple Heart #773BC1

Tints of Purple Heart #773BC1

Color information

#773BC1 (or 0x773BC1) is unknown color: approx Purple Heart. HEX triplet: 77, 3B and C1. RGB value is (119,59,193). Sum of RGB (Red+Green+Blue) = 119+59+193=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #773BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BC1 is #88C43E. Grayscale: #5B5B5B. Windows color (decimal): -8963135 or 12663671. OLE color: 12663671.

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

Color convert

RGB11959193-
CMYK0.380.6900.24
HSL266.87º53.17%49.41%-
HSV(B)266.87º69.43%75.69%-
XYZ18.810.951.57-
YUV92.22184.88147.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=32.08%
G=15.90%
B=52.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119591930.380.6900.24266.8753.1749.41
Hex773BC1264501810b3531
Octal16773301461050304136561
Binary1110111111011110000011001101000101011000100001011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,59,193); }

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

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

 a { background-color: rgb(119,59,193); }

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

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

 span { border-color: rgb(119,59,193); }

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