Html Css Color HEX #781FBF Purple Heart

📋 copy color: '#781FBF'

red 120 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #781FBF

Tints of Purple Heart #781FBF

RGB

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

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

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

R = 35.09%
G = 9.06%
B = 55.85%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#781FBF (or 0x781FBF) is known color: Purple Heart. HEX triplet: 78, 1F and BF. RGB value is (120,31,191). Sum of RGB (Red+Green+Blue) = 120+31+191=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #781FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FBF is #87E040. Grayscale: #4B4B4B. Windows color (decimal): -8904769 or 12525432. OLE color: 12525432.

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

Color convert

RGB 120 31 191 -
CMYK 0.37 0.84 0 0.25
HSL 273.38º 0.72% 0.44% -
HSV(B) 273.38º 0.84% 0.75% -
XYZ 17.64 8.73 50.05 -
YUV 75.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 120 31 191 0.37 0.84 0 0.25 273.38 0.72 0.44
Hex 78 1F BF 25 54 0 19 111 48 2C
Octal 170 37 277 45 124 0 31 421 110 54
Binary 1111000 11111 10111111 100101 1010100 0 11001 100010001 1001000 101100

Color Harmonies of #781FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FBF

Black with #781FBF

Text Example


Text Example

White with #781FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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