Html Css Color HEX #771DBE Purple Heart

📋 copy color: '#771DBE'

red 119 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #771DBE

Tints of Purple Heart #771DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 35.21%
G = 8.58%
B = 56.21%

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

#771DBE (or 0x771DBE) is known color: Purple Heart. HEX triplet: 77, 1D and BE. RGB value is (119,29,190). Sum of RGB (Red+Green+Blue) = 119+29+190=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #771DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DBE is #88E241. Grayscale: #494949. Windows color (decimal): -8970818 or 12459383. OLE color: 12459383.

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

Color convert

RGB 119 29 190 -
CMYK 0.37 0.85 0 0.25
HSL 273.54º 0.74% 0.43% -
HSV(B) 273.54º 0.85% 0.75% -
XYZ 17.34 8.52 49.45 -
YUV 74.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 119 29 190 0.37 0.85 0 0.25 273.54 0.74 0.43
Hex 77 1D BE 25 55 0 19 112 4A 2B
Octal 167 35 276 45 125 0 31 422 112 53
Binary 1110111 11101 10111110 100101 1010101 0 11001 100010010 1001010 101011

Color Harmonies of #771DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DBE

Black with #771DBE

Text Example


Text Example

White with #771DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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