#773DC1

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

Shades of Purple Heart #773DC1

Tints of Purple Heart #773DC1

Color information

#773DC1 (or 0x773DC1) is unknown color: approx Purple Heart. HEX triplet: 77, 3D and C1. RGB value is (119,61,193). Sum of RGB (Red+Green+Blue) = 119+61+193=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #773DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DC1 is #88C23E. Grayscale: #5C5C5C. Windows color (decimal): -8962623 or 12664183. OLE color: 12664183.

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

Color convert

RGB11961193-
CMYK0.380.6800.24
HSL266.36º51.97%49.8%-
HSV(B)266.36º68.39%75.69%-
XYZ18.911.1151.6-
YUV93.39184.22146.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=31.90%
G=16.35%
B=51.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119611930.380.6800.24266.3651.9749.8
Hex773DC1264401810a3432
Octal16775301461040304126462
Binary1110111111101110000011001101000100011000100001010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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