Html Css Color HEX #781AAD Purple Heart

📋 copy color: '#781AAD'

red 120 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #781AAD

Tints of Purple Heart #781AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 37.62%
G = 8.15%
B = 54.23%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#781AAD (or 0x781AAD) is known color: Purple Heart. HEX triplet: 78, 1A and AD. RGB value is (120,26,173). Sum of RGB (Red+Green+Blue) = 120+26+173=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #781AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781AAD is #87E552. Grayscale: #464646. Windows color (decimal): -8906067 or 11344504. OLE color: 11344504.

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

Color convert

RGB 120 26 173 -
CMYK 0.31 0.85 0 0.32
HSL 278.37º 0.74% 0.39% -
HSV(B) 278.37º 0.85% 0.68% -
XYZ 15.66 7.75 40.21 -
YUV 70.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 120 26 173 0.31 0.85 0 0.32 278.37 0.74 0.39
Hex 78 1A AD 1F 55 0 20 116 4A 27
Octal 170 32 255 37 125 0 40 426 112 47
Binary 1111000 11010 10101101 11111 1010101 0 100000 100010110 1001010 100111

Color Harmonies of #781AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AAD

Black with #781AAD

Text Example


Text Example

White with #781AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,173); }

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

background-color css

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

 a { background-color: rgb(120,26,173); }

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

border-color css

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

 span { border-color: rgb(120,26,173); }

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