Html Css Color HEX #781CAD Purple Heart

📋 copy color: '#781CAD'

red 120 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #781CAD

Tints of Purple Heart #781CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 37.38%
G = 8.72%
B = 53.89%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#781CAD (or 0x781CAD) is known color: Purple Heart. HEX triplet: 78, 1C and AD. RGB value is (120,28,173). Sum of RGB (Red+Green+Blue) = 120+28+173=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #781CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781CAD is #87E352. Grayscale: #474747. Windows color (decimal): -8905555 or 11345016. OLE color: 11345016.

HSL color Cylindrical-coordinate representation of color #781CAD: hue angle of 278.07º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781CAD is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 28 173 -
CMYK 0.31 0.84 0 0.32
HSL 278.07º 0.72% 0.39% -
HSV(B) 278.07º 0.84% 0.68% -
XYZ 15.7 7.84 40.22 -
YUV 72.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 120 28 173 0.31 0.84 0 0.32 278.07 0.72 0.39
Hex 78 1C AD 1F 54 0 20 116 48 27
Octal 170 34 255 37 124 0 40 426 110 47
Binary 1111000 11100 10101101 11111 1010100 0 100000 100010110 1001000 100111

Color Harmonies of #781CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781CAD

Black with #781CAD

Text Example


Text Example

White with #781CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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