#782ECF

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

Shades of Purple Heart #782ECF

Tints of Purple Heart #782ECF

Color information

#782ECF (or 0x782ECF) is unknown color: approx Purple Heart. HEX triplet: 78, 2E and CF. RGB value is (120,46,207). Sum of RGB (Red+Green+Blue) = 120+46+207=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #782ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ECF is #87D130. Grayscale: #555555. Windows color (decimal): -8900913 or 13577848. OLE color: 13577848.

HSL color Cylindrical-coordinate representation of color #782ECF: hue angle of 267.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #782ECF is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12046207-
CMYK0.420.7800.19
HSL267.58º63.64%49.61%-
HSV(B)267.58º77.78%81.18%-
XYZ19.9910.4560-
YUV86.48196.02151.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 46 (18.36% from 255) = 12.33%
BLUE value IS 207 (81.25% from 255) = 55.50%
R=32.17%
G=12.33%
B=55.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120462070.420.7800.19267.5863.6449.61
Hex782ECF2A4E01310c4032
Octal170563175211602341410062
Binary11110001011101100111110101010011100100111000011001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782ECF; }

 p { color: rgb(120,46,207); }

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

<style>
 a { background-color: #782ECF; }

 a { background-color: rgb(120,46,207); }

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

<style>
 span { border-color: #782ECF; }

 span { border-color: rgb(120,46,207); }

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