Html Css Color HEX #771DBA Purple Heart

📋 copy color: '#771DBA'

red 119 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #771DBA

Tints of Purple Heart #771DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 35.63%
G = 8.68%
B = 55.69%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#771DBA (or 0x771DBA) is known color: Purple Heart. HEX triplet: 77, 1D and BA. RGB value is (119,29,186). Sum of RGB (Red+Green+Blue) = 119+29+186=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #771DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DBA is #88E245. Grayscale: #494949. Windows color (decimal): -8970822 or 12197239. OLE color: 12197239.

HSL color Cylindrical-coordinate representation of color #771DBA: hue angle of 274.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771DBA is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 29 186 -
CMYK 0.36 0.84 0 0.27
HSL 274.39º 0.73% 0.42% -
HSV(B) 274.39º 0.84% 0.73% -
XYZ 16.91 8.35 47.17 -
YUV 73.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 119 29 186 0.36 0.84 0 0.27 274.39 0.73 0.42
Hex 77 1D BA 24 54 0 1B 112 49 2A
Octal 167 35 272 44 124 0 33 422 111 52
Binary 1110111 11101 10111010 100100 1010100 0 11011 100010010 1001001 101010

Color Harmonies of #771DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DBA

Black with #771DBA

Text Example


Text Example

White with #771DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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