Html Css Color HEX #781AAB Purple Heart

📋 copy color: '#781AAB'

red 120 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #781AAB

Tints of Purple Heart #781AAB

RGB

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

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

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

R = 37.85%
G = 8.2%
B = 53.94%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#781AAB (or 0x781AAB) is known color: Purple Heart. HEX triplet: 78, 1A and AB. RGB value is (120,26,171). Sum of RGB (Red+Green+Blue) = 120+26+171=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #781AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781AAB is #87E554. Grayscale: #464646. Windows color (decimal): -8906069 or 11213432. OLE color: 11213432.

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

Color convert

RGB 120 26 171 -
CMYK 0.30 0.85 0 0.33
HSL 278.9º 0.74% 0.39% -
HSV(B) 278.9º 0.85% 0.67% -
XYZ 15.47 7.67 39.19 -
YUV 70.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 120 26 171 0.30 0.85 0 0.33 278.9 0.74 0.39
Hex 78 1A AB 1E 55 0 21 117 4A 27
Octal 170 32 253 36 125 0 41 427 112 47
Binary 1111000 11010 10101011 11110 1010101 0 100001 100010111 1001010 100111

Color Harmonies of #781AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AAB

Black with #781AAB

Text Example


Text Example

White with #781AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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