Html Css Color HEX #771CAB Purple Heart

📋 copy color: '#771CAB'

red 119 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #771CAB

Tints of Purple Heart #771CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

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

R = 37.42%
G = 8.81%
B = 53.77%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771CAB (or 0x771CAB) is known color: Purple Heart. HEX triplet: 77, 1C and AB. RGB value is (119,28,171). Sum of RGB (Red+Green+Blue) = 119+28+171=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #771CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771CAB is #88E354. Grayscale: #474747. Windows color (decimal): -8971093 or 11213943. OLE color: 11213943.

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

Color convert

RGB 119 28 171 -
CMYK 0.30 0.84 0 0.33
HSL 278.18º 0.72% 0.39% -
HSV(B) 278.18º 0.84% 0.67% -
XYZ 15.37 7.69 39.2 -
YUV 71.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 119 28 171 0.30 0.84 0 0.33 278.18 0.72 0.39
Hex 77 1C AB 1E 54 0 21 116 48 27
Octal 167 34 253 36 124 0 41 426 110 47
Binary 1110111 11100 10101011 11110 1010100 0 100001 100010110 1001000 100111

Color Harmonies of #771CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CAB

Black with #771CAB

Text Example


Text Example

White with #771CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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