Html Css Color HEX #771ACE Purple Heart

📋 copy color: '#771ACE'

red 119 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #771ACE

Tints of Purple Heart #771ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 33.9%
G = 7.41%
B = 58.69%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#771ACE (or 0x771ACE) is known color: Purple Heart. HEX triplet: 77, 1A and CE. RGB value is (119,26,206). Sum of RGB (Red+Green+Blue) = 119+26+206=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #771ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ACE is #88E531. Grayscale: #494949. Windows color (decimal): -8971570 or 13507191. OLE color: 13507191.

HSL color Cylindrical-coordinate representation of color #771ACE: hue angle of 271º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771ACE is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 26 206 -
CMYK 0.42 0.87 0 0.19
HSL 271º 0.78% 0.45% -
HSV(B) 271º 0.87% 0.81% -
XYZ 19.12 9.12 59.14 -
YUV 74.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 119 26 206 0.42 0.87 0 0.19 271 0.78 0.45
Hex 77 1A CE 2A 57 0 13 10F 4E 2D
Octal 167 32 316 52 127 0 23 417 116 55
Binary 1110111 11010 11001110 101010 1010111 0 10011 100001111 1001110 101101

Color Harmonies of #771ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ACE

Black with #771ACE

Text Example


Text Example

White with #771ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,206); }

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

background-color css

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

 a { background-color: rgb(119,26,206); }

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

border-color css

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

 span { border-color: rgb(119,26,206); }

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