Html Css Color HEX #771DBF Purple Heart

📋 copy color: '#771DBF'

red 119 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #771DBF

Tints of Purple Heart #771DBF

RGB

 RED value IS 119 (46.88% from 255) = 35.1%

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

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

R = 35.1%
G = 8.55%
B = 56.34%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#771DBF (or 0x771DBF) is known color: Purple Heart. HEX triplet: 77, 1D and BF. RGB value is (119,29,191). Sum of RGB (Red+Green+Blue) = 119+29+191=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #771DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DBF is #88E240. Grayscale: #494949. Windows color (decimal): -8970817 or 12524919. OLE color: 12524919.

HSL color Cylindrical-coordinate representation of color #771DBF: hue angle of 273.33º 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 #771DBF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 29 191 -
CMYK 0.38 0.85 0 0.25
HSL 273.33º 0.74% 0.43% -
HSV(B) 273.33º 0.85% 0.75% -
XYZ 17.45 8.56 50.02 -
YUV 74.38 193.82 159.83 -
System Red Green Blue C M Y K H S L
Decimal 119 29 191 0.38 0.85 0 0.25 273.33 0.74 0.43
Hex 77 1D BF 26 55 0 19 111 4A 2B
Octal 167 35 277 46 125 0 31 421 112 53
Binary 1110111 11101 10111111 100110 1010101 0 11001 100010001 1001010 101011

Color Harmonies of #771DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DBF

Black with #771DBF

Text Example


Text Example

White with #771DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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