Html Css Color HEX #771280 Purple

📋 copy color: '#771280'

red 119 ◦ green 18 ◦ blue 128

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

Shades of Purple #771280

Tints of Purple #771280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 44.91%
G = 6.79%
B = 48.3%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#771280 (or 0x771280) is known color: Purple. HEX triplet: 77, 12 and 80. RGB value is (119,18,128). Sum of RGB (Red+Green+Blue) = 119+18+128=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #771280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771280 is #88ED7F. Grayscale: #3C3C3C. Windows color (decimal): -8973696 or 8393335. OLE color: 8393335.

HSL color Cylindrical-coordinate representation of color #771280: hue angle of 295.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771280 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 18 128 -
CMYK 0.07 0.86 0 0.50
HSL 295.09º 0.75% 0.29% -
HSV(B) 295.09º 0.86% 0.5% -
XYZ 11.72 5.91 20.95 -
YUV 60.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 119 18 128 0.07 0.86 0 0.50 295.09 0.75 0.29
Hex 77 12 80 7 56 0 32 127 4B 1D
Octal 167 22 200 7 126 0 62 447 113 35
Binary 1110111 10010 10000000 111 1010110 0 110010 100100111 1001011 11101

Color Harmonies of #771280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771280

Black with #771280

Text Example


Text Example

White with #771280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771280; }

 p { color: rgb(119,18,128); }

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

background-color css

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

 a { background-color: rgb(119,18,128); }

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

border-color css

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

 span { border-color: rgb(119,18,128); }

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