Html Css Color HEX #771DAB Purple Heart

📋 copy color: '#771DAB'

red 119 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #771DAB

Tints of Purple Heart #771DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 37.3%
G = 9.09%
B = 53.61%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771DAB (or 0x771DAB) is known color: Purple Heart. HEX triplet: 77, 1D and AB. RGB value is (119,29,171). Sum of RGB (Red+Green+Blue) = 119+29+171=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #771DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771DAB is #88E254. Grayscale: #474747. Windows color (decimal): -8970837 or 11214199. OLE color: 11214199.

HSL color Cylindrical-coordinate representation of color #771DAB: hue angle of 278.03º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771DAB is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 29 171 -
CMYK 0.30 0.83 0 0.33
HSL 278.03º 0.71% 0.39% -
HSV(B) 278.03º 0.83% 0.67% -
XYZ 15.4 7.74 39.21 -
YUV 72.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 119 29 171 0.30 0.83 0 0.33 278.03 0.71 0.39
Hex 77 1D AB 1E 53 0 21 116 47 27
Octal 167 35 253 36 123 0 41 426 107 47
Binary 1110111 11101 10101011 11110 1010011 0 100001 100010110 1000111 100111

Color Harmonies of #771DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DAB

Black with #771DAB

Text Example


Text Example

White with #771DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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