Html Css Color HEX #781ABF Purple Heart

📋 copy color: '#781ABF'

red 120 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #781ABF

Tints of Purple Heart #781ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.68%

R = 35.61%
G = 7.72%
B = 56.68%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#781ABF (or 0x781ABF) is known color: Purple Heart. HEX triplet: 78, 1A and BF. RGB value is (120,26,191). Sum of RGB (Red+Green+Blue) = 120+26+191=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #781ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ABF is #87E540. Grayscale: #484848. Windows color (decimal): -8906049 or 12524152. OLE color: 12524152.

HSL color Cylindrical-coordinate representation of color #781ABF: hue angle of 274.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781ABF is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 26 191 -
CMYK 0.37 0.86 0 0.25
HSL 274.18º 0.76% 0.43% -
HSV(B) 274.18º 0.86% 0.75% -
XYZ 17.52 8.49 50.01 -
YUV 72.92 194.64 161.58 -
System Red Green Blue C M Y K H S L
Decimal 120 26 191 0.37 0.86 0 0.25 274.18 0.76 0.43
Hex 78 1A BF 25 56 0 19 112 4C 2B
Octal 170 32 277 45 126 0 31 422 114 53
Binary 1111000 11010 10111111 100101 1010110 0 11001 100010010 1001100 101011

Color Harmonies of #781ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781ABF

Black with #781ABF

Text Example


Text Example

White with #781ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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