Html Css Color HEX #781EAC Purple Heart

📋 copy color: '#781EAC'

red 120 ◦ green 30 ◦ blue 172

#781EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #781EAC

Tints of Purple Heart #781EAC

RGB

 RED value IS 120 (47.27% from 255) = 37.27%

 GREEN value IS 30 (12.11% from 255) = 9.32%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 37.27%
G = 9.32%
B = 53.42%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#781EAC (or 0x781EAC) is known color: Purple Heart. HEX triplet: 78, 1E and AC. RGB value is (120,30,172). Sum of RGB (Red+Green+Blue) = 120+30+172=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #781EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781EAC is #87E153. Grayscale: #484848. Windows color (decimal): -8905044 or 11279992. OLE color: 11279992.

HSL color Cylindrical-coordinate representation of color #781EAC: hue angle of 278.03º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781EAC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 30 172 -
CMYK 0.30 0.83 0 0.33
HSL 278.03º 0.7% 0.4% -
HSV(B) 278.03º 0.83% 0.67% -
XYZ 15.66 7.9 39.73 -
YUV 73.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 120 30 172 0.30 0.83 0 0.33 278.03 0.7 0.4
Hex 78 1E AC 1E 53 0 21 116 46 28
Octal 170 36 254 36 123 0 41 426 106 50
Binary 1111000 11110 10101100 11110 1010011 0 100001 100010110 1000110 101000

Color Harmonies of #781EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EAC

Black with #781EAC

Text Example


Text Example

White with #781EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781EAC; }

 p { color: rgb(120,30,172); }

 H1.HeaderClassName
 {
   color: #781EAC;
 }
 .AnyTagClassName
 {
   color: #781EAC;
 }
</style>

background-color css

<style>
 a { background-color: #781EAC; }

 a { background-color: rgb(120,30,172); }

 div.DivClassName
 {
   background-color: #781EAC;
 }
 .BgClassName
 {
   background-color: #781EAC;
 }
</style>

border-color css

<style>
 span { border-color: #781EAC; }

 span { border-color: rgb(120,30,172); }

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