Html Css Color HEX #781DBF Purple Heart

📋 copy color: '#781DBF'

red 120 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #781DBF

Tints of Purple Heart #781DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

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

R = 35.29%
G = 8.53%
B = 56.18%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#781DBF (or 0x781DBF) is known color: Purple Heart. HEX triplet: 78, 1D and BF. RGB value is (120,29,191). Sum of RGB (Red+Green+Blue) = 120+29+191=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #781DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DBF is #87E240. Grayscale: #4A4A4A. Windows color (decimal): -8905281 or 12524920. OLE color: 12524920.

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

Color convert

RGB 120 29 191 -
CMYK 0.37 0.85 0 0.25
HSL 273.7º 0.74% 0.43% -
HSV(B) 273.7º 0.85% 0.75% -
XYZ 17.59 8.63 50.03 -
YUV 74.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 120 29 191 0.37 0.85 0 0.25 273.7 0.74 0.43
Hex 78 1D BF 25 55 0 19 112 4A 2B
Octal 170 35 277 45 125 0 31 422 112 53
Binary 1111000 11101 10111111 100101 1010101 0 11001 100010010 1001010 101011

Color Harmonies of #781DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DBF

Black with #781DBF

Text Example


Text Example

White with #781DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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