Html Css Color HEX #781CAC Purple Heart

📋 copy color: '#781CAC'

red 120 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #781CAC

Tints of Purple Heart #781CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

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

R = 37.5%
G = 8.75%
B = 53.75%

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

#781CAC (or 0x781CAC) is known color: Purple Heart. HEX triplet: 78, 1C and AC. RGB value is (120,28,172). Sum of RGB (Red+Green+Blue) = 120+28+172=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #781CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781CAC is #87E353. Grayscale: #474747. Windows color (decimal): -8905556 or 11279480. OLE color: 11279480.

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

Color convert

RGB 120 28 172 -
CMYK 0.30 0.84 0 0.33
HSL 278.33º 0.72% 0.39% -
HSV(B) 278.33º 0.84% 0.67% -
XYZ 15.61 7.8 39.71 -
YUV 71.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 120 28 172 0.30 0.84 0 0.33 278.33 0.72 0.39
Hex 78 1C AC 1E 54 0 21 116 48 27
Octal 170 34 254 36 124 0 41 426 110 47
Binary 1111000 11100 10101100 11110 1010100 0 100001 100010110 1001000 100111

Color Harmonies of #781CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CAC

Black with #781CAC

Text Example


Text Example

White with #781CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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