#7942CD

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

Shades of Purple Heart #7942CD

Tints of Purple Heart #7942CD

Color information

#7942CD (or 0x7942CD) is unknown color: approx Purple Heart. HEX triplet: 79, 42 and CD. RGB value is (121,66,205). Sum of RGB (Red+Green+Blue) = 121+66+205=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #7942CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7942CD is #86BD32. Grayscale: #616161. Windows color (decimal): -8830259 or 13451897. OLE color: 13451897.

HSL color Cylindrical-coordinate representation of color #7942CD: hue angle of 263.74º 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 #7942CD is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12166205-
CMYK0.410.6800.20
HSL263.74º58.16%53.14%-
HSV(B)263.74º67.8%80.39%-
XYZ20.8512.3759.05-
YUV98.29188.22144.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.87%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 205 (80.47% from 255) = 52.30%
R=30.87%
G=16.84%
B=52.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121662050.410.6800.20263.7458.1653.14
Hex7942CD29440141083a35
Octal171102315511040244107265
Binary11110011000010110011011010011000100010100100001000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7942CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7942CD; }

 p { color: rgb(121,66,205); }

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

<style>
 a { background-color: #7942CD; }

 a { background-color: rgb(121,66,205); }

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

<style>
 span { border-color: #7942CD; }

 span { border-color: rgb(121,66,205); }

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