Html Css Color HEX #781BAC Purple Heart

📋 copy color: '#781BAC'

red 120 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #781BAC

Tints of Purple Heart #781BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

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

R = 37.62%
G = 8.46%
B = 53.92%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#781BAC (or 0x781BAC) is known color: Purple Heart. HEX triplet: 78, 1B and AC. RGB value is (120,27,172). Sum of RGB (Red+Green+Blue) = 120+27+172=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #781BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781BAC is #87E453. Grayscale: #464646. Windows color (decimal): -8905812 or 11279224. OLE color: 11279224.

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

Color convert

RGB 120 27 172 -
CMYK 0.30 0.84 0 0.33
HSL 278.48º 0.73% 0.39% -
HSV(B) 278.48º 0.84% 0.67% -
XYZ 15.58 7.76 39.71 -
YUV 71.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 120 27 172 0.30 0.84 0 0.33 278.48 0.73 0.39
Hex 78 1B AC 1E 54 0 21 116 49 27
Octal 170 33 254 36 124 0 41 426 111 47
Binary 1111000 11011 10101100 11110 1010100 0 100001 100010110 1001001 100111

Color Harmonies of #781BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BAC

Black with #781BAC

Text Example


Text Example

White with #781BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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