Html Css Color HEX #781AAC Purple Heart

📋 copy color: '#781AAC'

red 120 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #781AAC

Tints of Purple Heart #781AAC

RGB

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

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

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

R = 37.74%
G = 8.18%
B = 54.09%

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

#781AAC (or 0x781AAC) is known color: Purple Heart. HEX triplet: 78, 1A and AC. RGB value is (120,26,172). Sum of RGB (Red+Green+Blue) = 120+26+172=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #781AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781AAC is #87E553. Grayscale: #464646. Windows color (decimal): -8906068 or 11278968. OLE color: 11278968.

HSL color Cylindrical-coordinate representation of color #781AAC: hue angle of 278.63º 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 #781AAC is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 26 172 -
CMYK 0.30 0.85 0 0.33
HSL 278.63º 0.74% 0.39% -
HSV(B) 278.63º 0.85% 0.67% -
XYZ 15.56 7.71 39.7 -
YUV 70.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 120 26 172 0.30 0.85 0 0.33 278.63 0.74 0.39
Hex 78 1A AC 1E 55 0 21 117 4A 27
Octal 170 32 254 36 125 0 41 427 112 47
Binary 1111000 11010 10101100 11110 1010101 0 100001 100010111 1001010 100111

Color Harmonies of #781AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AAC

Black with #781AAC

Text Example


Text Example

White with #781AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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