#7740C9

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

Shades of Purple Heart #7740C9

Tints of Purple Heart #7740C9

Color information

#7740C9 (or 0x7740C9) is unknown color: approx Purple Heart. HEX triplet: 77, 40 and C9. RGB value is (119,64,201). Sum of RGB (Red+Green+Blue) = 119+64+201=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #7740C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740C9 is #88BF36. Grayscale: #5F5F5F. Windows color (decimal): -8961847 or 13189239. OLE color: 13189239.

HSL color Cylindrical-coordinate representation of color #7740C9: hue angle of 264.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7740C9 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11964201-
CMYK0.410.6800.21
HSL264.09º55.92%51.96%-
HSV(B)264.09º68.16%78.82%-
XYZ19.9811.8156.48-
YUV96.06187.22144.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 201 (78.91% from 255) = 52.34%
R=30.99%
G=16.67%
B=52.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119642010.410.6800.21264.0955.9251.96
Hex7740C929440151083834
Octal167100311511040254107064
Binary11101111000000110010011010011000100010101100001000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7740C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7740C9; }

 p { color: rgb(119,64,201); }

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

<style>
 a { background-color: #7740C9; }

 a { background-color: rgb(119,64,201); }

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

<style>
 span { border-color: #7740C9; }

 span { border-color: rgb(119,64,201); }

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