Html Css Color HEX #772081 Dark Purple

📋 copy color: '#772081'

red 119 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #772081

Tints of Dark Purple #772081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 42.5%
G = 11.43%
B = 46.07%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#772081 (or 0x772081) is known color: Dark Purple. HEX triplet: 77, 20 and 81. RGB value is (119,32,129). Sum of RGB (Red+Green+Blue) = 119+32+129=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #772081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772081 is #88DF7E. Grayscale: #444444. Windows color (decimal): -8970111 or 8462455. OLE color: 8462455.

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

Color convert

RGB 119 32 129 -
CMYK 0.08 0.75 0 0.49
HSL 293.81º 0.6% 0.32% -
HSV(B) 293.81º 0.75% 0.51% -
XYZ 12.09 6.54 21.39 -
YUV 69.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 119 32 129 0.08 0.75 0 0.49 293.81 0.6 0.32
Hex 77 20 81 8 4B 0 31 126 3C 20
Octal 167 40 201 10 113 0 61 446 74 40
Binary 1110111 100000 10000001 1000 1001011 0 110001 100100110 111100 100000

Color Harmonies of #772081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772081

Black with #772081

Text Example


Text Example

White with #772081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772081; }

 p { color: rgb(119,32,129); }

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

background-color css

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

 a { background-color: rgb(119,32,129); }

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

border-color css

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

 span { border-color: rgb(119,32,129); }

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