Html Css Color HEX #772672 Dark Purple

📋 copy color: '#772672'

red 119 ◦ green 38 ◦ blue 114

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

Shades of Dark Purple #772672

Tints of Dark Purple #772672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 43.91%
G = 14.02%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#772672 (or 0x772672) is known color: Dark Purple. HEX triplet: 77, 26 and 72. RGB value is (119,38,114). Sum of RGB (Red+Green+Blue) = 119+38+114=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #772672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772672 is #88D98D. Grayscale: #464646. Windows color (decimal): -8968590 or 7480951. OLE color: 7480951.

HSL color Cylindrical-coordinate representation of color #772672: hue angle of 303.7º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772672 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 114 -
CMYK 0 0.68 0.04 0.53
HSL 303.7º 0.52% 0.31% -
HSV(B) 303.7º 0.68% 0.47% -
XYZ 11.34 6.52 16.58 -
YUV 70.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 119 38 114 0 0.68 0.04 0.53 303.7 0.52 0.31
Hex 77 26 72 0 44 4 35 130 34 1F
Octal 167 46 162 0 104 4 65 460 64 37
Binary 1110111 100110 1110010 0 1000100 100 110101 100110000 110100 11111

Color Harmonies of #772672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772672

Black with #772672

Text Example


Text Example

White with #772672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772672; }

 p { color: rgb(119,38,114); }

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

background-color css

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

 a { background-color: rgb(119,38,114); }

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

border-color css

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

 span { border-color: rgb(119,38,114); }

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