#782ac4

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

Shades of Purple Heart #782AC4

Tints of Purple Heart #782AC4

Color information

#782AC4 (or 0x782AC4) is unknown color: approx Purple Heart. HEX triplet: 78, 2A and C4. RGB value is (120,42,196). Sum of RGB (Red+Green+Blue) = 120+42+196=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #782AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782AC4 is #87D53B. Grayscale: #525252. Windows color (decimal): -8901948 or 12855928. OLE color: 12855928.

HSL color Cylindrical-coordinate representation of color #782AC4: hue angle of 270.39º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782AC4 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12042196-
CMYK0.390.7900.23
HSL270.39º64.71%46.67%-
HSV(B)270.39º78.57%76.86%-
XYZ18.549.6353.11-
YUV82.88191.84154.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 42 (16.80% from 255) = 11.73%
BLUE value IS 196 (76.95% from 255) = 54.75%
R=33.52%
G=11.73%
B=54.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120421960.390.7900.23270.3964.7146.67
Hex782AC4274F01710e412f
Octal170523044711702741610157
Binary11110001010101100010010011110011110101111000011101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782ac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,42,196); }

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

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

 a { background-color: rgb(120,42,196); }

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

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

 span { border-color: rgb(120,42,196); }

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