Html Css Color HEX #771FCE Purple Heart

📋 copy color: '#771FCE'

red 119 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #771FCE

Tints of Purple Heart #771FCE

RGB

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

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

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

R = 33.43%
G = 8.71%
B = 57.87%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#771FCE (or 0x771FCE) is known color: Purple Heart. HEX triplet: 77, 1F and CE. RGB value is (119,31,206). Sum of RGB (Red+Green+Blue) = 119+31+206=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #771FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FCE is #88E031. Grayscale: #4C4C4C. Windows color (decimal): -8970290 or 13508471. OLE color: 13508471.

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

Color convert

RGB 119 31 206 -
CMYK 0.42 0.85 0 0.19
HSL 270.17º 0.74% 0.46% -
HSV(B) 270.17º 0.85% 0.81% -
XYZ 19.24 9.36 59.18 -
YUV 77.26 200.65 157.77 -
System Red Green Blue C M Y K H S L
Decimal 119 31 206 0.42 0.85 0 0.19 270.17 0.74 0.46
Hex 77 1F CE 2A 55 0 13 10E 4A 2E
Octal 167 37 316 52 125 0 23 416 112 56
Binary 1110111 11111 11001110 101010 1010101 0 10011 100001110 1001010 101110

Color Harmonies of #771FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FCE

Black with #771FCE

Text Example


Text Example

White with #771FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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