Html Css Color HEX #771482 Purple

📋 copy color: '#771482'

red 119 ◦ green 20 ◦ blue 130

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

Shades of Purple #771482

Tints of Purple #771482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 44.24%
G = 7.43%
B = 48.33%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#771482 (or 0x771482) is known color: Purple. HEX triplet: 77, 14 and 82. RGB value is (119,20,130). Sum of RGB (Red+Green+Blue) = 119+20+130=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #771482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771482 is #88EB7D. Grayscale: #3D3D3D. Windows color (decimal): -8973182 or 8524919. OLE color: 8524919.

HSL color Cylindrical-coordinate representation of color #771482: hue angle of 294º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771482 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 20 130 -
CMYK 0.08 0.85 0 0.49
HSL 294º 0.73% 0.29% -
HSV(B) 294º 0.85% 0.51% -
XYZ 11.89 6.03 21.66 -
YUV 62.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 119 20 130 0.08 0.85 0 0.49 294 0.73 0.29
Hex 77 14 82 8 55 0 31 126 49 1D
Octal 167 24 202 10 125 0 61 446 111 35
Binary 1110111 10100 10000010 1000 1010101 0 110001 100100110 1001001 11101

Color Harmonies of #771482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771482

Black with #771482

Text Example


Text Example

White with #771482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771482; }

 p { color: rgb(119,20,130); }

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

background-color css

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

 a { background-color: rgb(119,20,130); }

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

border-color css

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

 span { border-color: rgb(119,20,130); }

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