Html Css Color HEX #771FAB Purple Heart

📋 copy color: '#771FAB'

red 119 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #771FAB

Tints of Purple Heart #771FAB

RGB

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

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

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

R = 37.07%
G = 9.66%
B = 53.27%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771FAB (or 0x771FAB) is known color: Purple Heart. HEX triplet: 77, 1F and AB. RGB value is (119,31,171). Sum of RGB (Red+Green+Blue) = 119+31+171=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #771FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FAB is #88E054. Grayscale: #484848. Windows color (decimal): -8970325 or 11214711. OLE color: 11214711.

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

Color convert

RGB 119 31 171 -
CMYK 0.30 0.82 0 0.33
HSL 277.71º 0.69% 0.4% -
HSV(B) 277.71º 0.82% 0.67% -
XYZ 15.45 7.84 39.23 -
YUV 73.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 119 31 171 0.30 0.82 0 0.33 277.71 0.69 0.4
Hex 77 1F AB 1E 52 0 21 116 45 28
Octal 167 37 253 36 122 0 41 426 105 50
Binary 1110111 11111 10101011 11110 1010010 0 100001 100010110 1000101 101000

Color Harmonies of #771FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FAB

Black with #771FAB

Text Example


Text Example

White with #771FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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