Html Css Color HEX #772178 Dark Purple

📋 copy color: '#772178'

red 119 ◦ green 33 ◦ blue 120

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

Shades of Dark Purple #772178

Tints of Dark Purple #772178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 120 (47.27% from 255) = 44.12%

R = 43.75%
G = 12.13%
B = 44.12%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772178 (or 0x772178) is known color: Dark Purple. HEX triplet: 77, 21 and 78. RGB value is (119,33,120). Sum of RGB (Red+Green+Blue) = 119+33+120=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #772178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772178 is #88DE87. Grayscale: #444444. Windows color (decimal): -8969864 or 7872887. OLE color: 7872887.

HSL color Cylindrical-coordinate representation of color #772178: hue angle of 299.31º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772178 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 120 -
CMYK 0.01 0.72 0 0.53
HSL 299.31º 0.57% 0.3% -
HSV(B) 299.31º 0.73% 0.47% -
XYZ 11.54 6.37 18.39 -
YUV 68.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 119 33 120 0.01 0.72 0 0.53 299.31 0.57 0.3
Hex 77 21 78 1 48 0 35 12B 39 1E
Octal 167 41 170 1 110 0 65 453 71 36
Binary 1110111 100001 1111000 1 1001000 0 110101 100101011 111001 11110

Color Harmonies of #772178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772178

Black with #772178

Text Example


Text Example

White with #772178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772178; }

 p { color: rgb(119,33,120); }

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

background-color css

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

 a { background-color: rgb(119,33,120); }

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

border-color css

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

 span { border-color: rgb(119,33,120); }

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