#7841C0

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

Shades of Purple Heart #7841C0

Tints of Purple Heart #7841C0

Color information

#7841C0 (or 0x7841C0) is unknown color: approx Purple Heart. HEX triplet: 78, 41 and C0. RGB value is (120,65,192). Sum of RGB (Red+Green+Blue) = 120+65+192=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #7841C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7841C0 is #87BE3F. Grayscale: #5F5F5F. Windows color (decimal): -8896064 or 12599672. OLE color: 12599672.

HSL color Cylindrical-coordinate representation of color #7841C0: hue angle of 265.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7841C0 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12065192-
CMYK0.380.6600.25
HSL265.98º50.2%50.39%-
HSV(B)265.98º66.15%75.29%-
XYZ19.1511.5851.09-
YUV95.92182.22145.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 192 (75.39% from 255) = 50.93%
R=31.83%
G=17.24%
B=50.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120651920.380.6600.25265.9850.250.39
Hex7841C0264201910a3232
Octal170101300461020314126262
Binary11110001000001110000001001101000010011001100001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7841C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7841C0; }

 p { color: rgb(120,65,192); }

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

<style>
 a { background-color: #7841C0; }

 a { background-color: rgb(120,65,192); }

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

<style>
 span { border-color: #7841C0; }

 span { border-color: rgb(120,65,192); }

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