#7744C8

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

Shades of Purple Heart #7744C8

Tints of Purple Heart #7744C8

Color information

#7744C8 (or 0x7744C8) is unknown color: approx Purple Heart. HEX triplet: 77, 44 and C8. RGB value is (119,68,200). Sum of RGB (Red+Green+Blue) = 119+68+200=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #7744C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744C8 is #88BB37. Grayscale: #616161. Windows color (decimal): -8960824 or 13124727. OLE color: 13124727.

HSL color Cylindrical-coordinate representation of color #7744C8: hue angle of 263.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7744C8 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11968200-
CMYK0.400.6600.22
HSL263.18º54.55%52.55%-
HSV(B)263.18º66%78.43%-
XYZ20.112.2355.94-
YUV98.3185.4142.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 200 (78.52% from 255) = 51.68%
R=30.75%
G=17.57%
B=51.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119682000.400.6600.22263.1854.5552.55
Hex7744C828420161073735
Octal167104310501020264076765
Binary11101111000100110010001010001000010010110100000111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7744C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7744C8; }

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

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

<style>
 a { background-color: #7744C8; }

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

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

<style>
 span { border-color: #7744C8; }

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

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