Html Css Color HEX #781EAE Purple Heart

📋 copy color: '#781EAE'

red 120 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #781EAE

Tints of Purple Heart #781EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 37.04%
G = 9.26%
B = 53.7%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#781EAE (or 0x781EAE) is known color: Purple Heart. HEX triplet: 78, 1E and AE. RGB value is (120,30,174). Sum of RGB (Red+Green+Blue) = 120+30+174=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #781EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781EAE is #87E151. Grayscale: #484848. Windows color (decimal): -8905042 or 11411064. OLE color: 11411064.

HSL color Cylindrical-coordinate representation of color #781EAE: hue angle of 277.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781EAE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 30 174 -
CMYK 0.31 0.83 0 0.32
HSL 277.5º 0.71% 0.4% -
HSV(B) 277.5º 0.83% 0.68% -
XYZ 15.85 7.98 40.75 -
YUV 73.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 120 30 174 0.31 0.83 0 0.32 277.5 0.71 0.4
Hex 78 1E AE 1F 53 0 20 116 47 28
Octal 170 36 256 37 123 0 40 426 107 50
Binary 1111000 11110 10101110 11111 1010011 0 100000 100010110 1000111 101000

Color Harmonies of #781EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EAE

Black with #781EAE

Text Example


Text Example

White with #781EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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