Html Css Color HEX #772472 Dark Purple

📋 copy color: '#772472'

red 119 ◦ green 36 ◦ blue 114

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

Shades of Dark Purple #772472

Tints of Dark Purple #772472

RGB

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

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

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

R = 44.24%
G = 13.38%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#772472 (or 0x772472) is known color: Dark Purple. HEX triplet: 77, 24 and 72. RGB value is (119,36,114). Sum of RGB (Red+Green+Blue) = 119+36+114=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #772472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772472 is #88DB8D. Grayscale: #454545. Windows color (decimal): -8969102 or 7480439. OLE color: 7480439.

HSL color Cylindrical-coordinate representation of color #772472: hue angle of 303.61º 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 #772472 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 114 -
CMYK 0 0.70 0.04 0.53
HSL 303.61º 0.54% 0.3% -
HSV(B) 303.61º 0.7% 0.47% -
XYZ 11.28 6.4 16.56 -
YUV 69.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 119 36 114 0 0.70 0.04 0.53 303.61 0.54 0.3
Hex 77 24 72 0 46 4 35 130 36 1E
Octal 167 44 162 0 106 4 65 460 66 36
Binary 1110111 100100 1110010 0 1000110 100 110101 100110000 110110 11110

Color Harmonies of #772472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772472

Black with #772472

Text Example


Text Example

White with #772472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772472; }

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

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

background-color css

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

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

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

border-color css

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

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

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