Html Css Color HEX #781EAB Purple Heart

📋 copy color: '#781EAB'

red 120 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #781EAB

Tints of Purple Heart #781EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 37.38%
G = 9.35%
B = 53.27%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#781EAB (or 0x781EAB) is known color: Purple Heart. HEX triplet: 78, 1E and AB. RGB value is (120,30,171). Sum of RGB (Red+Green+Blue) = 120+30+171=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #781EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781EAB is #87E154. Grayscale: #484848. Windows color (decimal): -8905045 or 11214456. OLE color: 11214456.

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

Color convert

RGB 120 30 171 -
CMYK 0.30 0.82 0 0.33
HSL 278.3º 0.7% 0.39% -
HSV(B) 278.3º 0.82% 0.67% -
XYZ 15.56 7.86 39.23 -
YUV 72.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 120 30 171 0.30 0.82 0 0.33 278.3 0.7 0.39
Hex 78 1E AB 1E 52 0 21 116 46 27
Octal 170 36 253 36 122 0 41 426 106 47
Binary 1111000 11110 10101011 11110 1010010 0 100001 100010110 1000110 100111

Color Harmonies of #781EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EAB

Black with #781EAB

Text Example


Text Example

White with #781EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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