#7842BF

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

Shades of Purple Heart #7842BF

Tints of Purple Heart #7842BF

Color information

#7842BF (or 0x7842BF) is unknown color: approx Purple Heart. HEX triplet: 78, 42 and BF. RGB value is (120,66,191). Sum of RGB (Red+Green+Blue) = 120+66+191=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #7842BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7842BF is #87BD40. Grayscale: #5F5F5F. Windows color (decimal): -8895809 or 12534392. OLE color: 12534392.

HSL color Cylindrical-coordinate representation of color #7842BF: hue angle of 265.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7842BF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12066191-
CMYK0.370.6500.25
HSL265.92º49.41%50.39%-
HSV(B)265.92º65.45%74.9%-
XYZ19.111.6550.53-
YUV96.4181.39144.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 191 (75% from 255) = 50.66%
R=31.83%
G=17.51%
B=50.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120661910.370.6500.25265.9249.4150.39
Hex7842BF254101910a3132
Octal170102277451010314126162
Binary11110001000010101111111001011000001011001100001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7842BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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