Html Css Color HEX #781FAC Purple Heart

📋 copy color: '#781FAC'

red 120 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #781FAC

Tints of Purple Heart #781FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

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

R = 37.15%
G = 9.6%
B = 53.25%

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

#781FAC (or 0x781FAC) is known color: Purple Heart. HEX triplet: 78, 1F and AC. RGB value is (120,31,172). Sum of RGB (Red+Green+Blue) = 120+31+172=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #781FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781FAC is #87E053. Grayscale: #494949. Windows color (decimal): -8904788 or 11280248. OLE color: 11280248.

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

Color convert

RGB 120 31 172 -
CMYK 0.30 0.82 0 0.33
HSL 277.87º 0.69% 0.4% -
HSV(B) 277.87º 0.82% 0.67% -
XYZ 15.68 7.95 39.74 -
YUV 73.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 120 31 172 0.30 0.82 0 0.33 277.87 0.69 0.4
Hex 78 1F AC 1E 52 0 21 116 45 28
Octal 170 37 254 36 122 0 41 426 105 50
Binary 1111000 11111 10101100 11110 1010010 0 100001 100010110 1000101 101000

Color Harmonies of #781FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FAC

Black with #781FAC

Text Example


Text Example

White with #781FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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