Html Css Color HEX #772372 Dark Purple

📋 copy color: '#772372'

red 119 ◦ green 35 ◦ blue 114

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

Shades of Dark Purple #772372

Tints of Dark Purple #772372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

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

R = 44.4%
G = 13.06%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#772372 (or 0x772372) is known color: Dark Purple. HEX triplet: 77, 23 and 72. RGB value is (119,35,114). Sum of RGB (Red+Green+Blue) = 119+35+114=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #772372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772372 is #88DC8D. Grayscale: #444444. Windows color (decimal): -8969358 or 7480183. OLE color: 7480183.

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

Color convert

RGB 119 35 114 -
CMYK 0 0.71 0.04 0.53
HSL 303.57º 0.55% 0.3% -
HSV(B) 303.57º 0.71% 0.47% -
XYZ 11.25 6.34 16.55 -
YUV 69.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 119 35 114 0 0.71 0.04 0.53 303.57 0.55 0.3
Hex 77 23 72 0 47 4 35 130 37 1E
Octal 167 43 162 0 107 4 65 460 67 36
Binary 1110111 100011 1110010 0 1000111 100 110101 100110000 110111 11110

Color Harmonies of #772372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772372

Black with #772372

Text Example


Text Example

White with #772372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772372; }

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

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

background-color css

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

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

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

border-color css

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

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

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