#773FC8

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

Shades of Purple Heart #773FC8

Tints of Purple Heart #773FC8

Color information

#773FC8 (or 0x773FC8) is unknown color: approx Purple Heart. HEX triplet: 77, 3F and C8. RGB value is (119,63,200). Sum of RGB (Red+Green+Blue) = 119+63+200=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #773FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FC8 is #88C037. Grayscale: #5E5E5E. Windows color (decimal): -8962104 or 13123447. OLE color: 13123447.

HSL color Cylindrical-coordinate representation of color #773FC8: hue angle of 264.53º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773FC8 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11963200-
CMYK0.400.6800.22
HSL264.53º55.47%51.57%-
HSV(B)264.53º68.5%78.43%-
XYZ19.8111.6555.85-
YUV95.36187.05144.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 200 (78.52% from 255) = 52.36%
R=31.15%
G=16.49%
B=52.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119632000.400.6800.22264.5355.4751.57
Hex773FC828440161093734
Octal16777310501040264116764
Binary1110111111111110010001010001000100010110100001001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,63,200); }

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

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

 a { background-color: rgb(119,63,200); }

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

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

 span { border-color: rgb(119,63,200); }

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