#7842C1

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

Shades of Purple Heart #7842C1

Tints of Purple Heart #7842C1

Color information

#7842C1 (or 0x7842C1) is unknown color: approx Purple Heart. HEX triplet: 78, 42 and C1. RGB value is (120,66,193). Sum of RGB (Red+Green+Blue) = 120+66+193=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #7842C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7842C1 is #87BD3E. Grayscale: #606060. Windows color (decimal): -8895807 or 12665464. OLE color: 12665464.

HSL color Cylindrical-coordinate representation of color #7842C1: hue angle of 265.51º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7842C1 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12066193-
CMYK0.380.6600.24
HSL265.51º50.6%50.78%-
HSV(B)265.51º65.8%75.69%-
XYZ19.3211.7451.7-
YUV96.62182.39144.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=31.66%
G=17.41%
B=50.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120661930.380.6600.24265.5150.650.78
Hex7842C1264201810a3333
Octal170102301461020304126363
Binary11110001000010110000011001101000010011000100001010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7842C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7842C1; }

 p { color: rgb(120,66,193); }

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

<style>
 a { background-color: #7842C1; }

 a { background-color: rgb(120,66,193); }

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

<style>
 span { border-color: #7842C1; }

 span { border-color: rgb(120,66,193); }

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