Html Css Color HEX #772073 Dark Purple

📋 copy color: '#772073'

red 119 ◦ green 32 ◦ blue 115

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

Shades of Dark Purple #772073

Tints of Dark Purple #772073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 44.74%
G = 12.03%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#772073 (or 0x772073) is known color: Dark Purple. HEX triplet: 77, 20 and 73. RGB value is (119,32,115). Sum of RGB (Red+Green+Blue) = 119+32+115=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #772073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772073 is #88DF8C. Grayscale: #434343. Windows color (decimal): -8970125 or 7544951. OLE color: 7544951.

HSL color Cylindrical-coordinate representation of color #772073: hue angle of 302.76º degrees, saturation: 0.58, 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 #772073 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 115 -
CMYK 0 0.73 0.03 0.53
HSL 302.76º 0.58% 0.3% -
HSV(B) 302.76º 0.73% 0.47% -
XYZ 11.22 6.19 16.82 -
YUV 67.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 119 32 115 0 0.73 0.03 0.53 302.76 0.58 0.3
Hex 77 20 73 0 49 3 35 12F 3A 1E
Octal 167 40 163 0 111 3 65 457 72 36
Binary 1110111 100000 1110011 0 1001001 11 110101 100101111 111010 11110

Color Harmonies of #772073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772073

Black with #772073

Text Example


Text Example

White with #772073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772073; }

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

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

background-color css

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

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

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

border-color css

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

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

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