Html Css Color HEX #772474 Dark Purple

📋 copy color: '#772474'

red 119 ◦ green 36 ◦ blue 116

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

Shades of Dark Purple #772474

Tints of Dark Purple #772474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 43.91%
G = 13.28%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#772474 (or 0x772474) is known color: Dark Purple. HEX triplet: 77, 24 and 74. RGB value is (119,36,116). Sum of RGB (Red+Green+Blue) = 119+36+116=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #772474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772474 is #88DB8B. Grayscale: #454545. Windows color (decimal): -8969100 or 7611511. OLE color: 7611511.

HSL color Cylindrical-coordinate representation of color #772474: hue angle of 302.17º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772474 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 116 -
CMYK 0 0.70 0.03 0.53
HSL 302.17º 0.54% 0.3% -
HSV(B) 302.17º 0.7% 0.47% -
XYZ 11.39 6.44 17.17 -
YUV 69.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 119 36 116 0 0.70 0.03 0.53 302.17 0.54 0.3
Hex 77 24 74 0 46 3 35 12E 36 1E
Octal 167 44 164 0 106 3 65 456 66 36
Binary 1110111 100100 1110100 0 1000110 11 110101 100101110 110110 11110

Color Harmonies of #772474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772474

Black with #772474

Text Example


Text Example

White with #772474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772474; }

 p { color: rgb(119,36,116); }

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

background-color css

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

 a { background-color: rgb(119,36,116); }

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

border-color css

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

 span { border-color: rgb(119,36,116); }

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