#7941CC

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

Shades of Purple Heart #7941CC

Tints of Purple Heart #7941CC

Color information

#7941CC (or 0x7941CC) is unknown color: approx Purple Heart. HEX triplet: 79, 41 and CC. RGB value is (121,65,204). Sum of RGB (Red+Green+Blue) = 121+65+204=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #7941CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7941CC is #86BE33. Grayscale: #616161. Windows color (decimal): -8830516 or 13386105. OLE color: 13386105.

HSL color Cylindrical-coordinate representation of color #7941CC: hue angle of 264.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7941CC is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12165204-
CMYK0.410.6800.2
HSL264.17º57.68%52.75%-
HSV(B)264.17º68.14%80%-
XYZ20.6712.2158.39-
YUV97.59188.05144.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 204 (80.08% from 255) = 52.31%
R=31.03%
G=16.67%
B=52.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121652040.410.6800.2264.1757.6852.75
Hex7941CC29440141083a35
Octal171101314511040244107265
Binary11110011000001110011001010011000100010100100001000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7941CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7941CC; }

 p { color: rgb(121,65,204); }

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

<style>
 a { background-color: #7941CC; }

 a { background-color: rgb(121,65,204); }

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

<style>
 span { border-color: #7941CC; }

 span { border-color: rgb(121,65,204); }

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