#7940CF

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

Shades of Purple Heart #7940CF

Tints of Purple Heart #7940CF

Color information

#7940CF (or 0x7940CF) is unknown color: approx Purple Heart. HEX triplet: 79, 40 and CF. RGB value is (121,64,207). Sum of RGB (Red+Green+Blue) = 121+64+207=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #7940CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7940CF is #86BF30. Grayscale: #606060. Windows color (decimal): -8830769 or 13582457. OLE color: 13582457.

HSL color Cylindrical-coordinate representation of color #7940CF: hue angle of 263.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7940CF is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12164207-
CMYK0.420.6900.19
HSL263.92º59.83%53.14%-
HSV(B)263.92º69.08%81.18%-
XYZ20.9812.2460.29-
YUV97.34189.88144.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 207 (81.25% from 255) = 52.81%
R=30.87%
G=16.33%
B=52.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121642070.420.6900.19263.9259.8353.14
Hex7940CF2A450131083c35
Octal171100317521050234107465
Binary11110011000000110011111010101000101010011100001000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7940CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7940CF; }

 p { color: rgb(121,64,207); }

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

<style>
 a { background-color: #7940CF; }

 a { background-color: rgb(121,64,207); }

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

<style>
 span { border-color: #7940CF; }

 span { border-color: rgb(121,64,207); }

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