Html Css Color HEX #771CC9 Purple Heart

📋 copy color: '#771CC9'

red 119 ◦ green 28 ◦ blue 201

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

Shades of Purple Heart #771CC9

Tints of Purple Heart #771CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.76%

R = 34.2%
G = 8.05%
B = 57.76%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#771CC9 (or 0x771CC9) is known color: Purple Heart. HEX triplet: 77, 1C and C9. RGB value is (119,28,201). Sum of RGB (Red+Green+Blue) = 119+28+201=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #771CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CC9 is #88E336. Grayscale: #4A4A4A. Windows color (decimal): -8971063 or 13180023. OLE color: 13180023.

HSL color Cylindrical-coordinate representation of color #771CC9: hue angle of 271.56º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771CC9 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 28 201 -
CMYK 0.41 0.86 0 0.21
HSL 271.56º 0.76% 0.45% -
HSV(B) 271.56º 0.86% 0.79% -
XYZ 18.57 8.97 56.01 -
YUV 74.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 119 28 201 0.41 0.86 0 0.21 271.56 0.76 0.45
Hex 77 1C C9 29 56 0 15 110 4C 2D
Octal 167 34 311 51 126 0 25 420 114 55
Binary 1110111 11100 11001001 101001 1010110 0 10101 100010000 1001100 101101

Color Harmonies of #771CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CC9

Black with #771CC9

Text Example


Text Example

White with #771CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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