Html Css Color HEX #731977 Dark Purple

📋 copy color: '#731977'

red 115 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #731977

Tints of Dark Purple #731977

RGB

 RED value IS 115 (45.31% from 255) = 44.4%

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 44.4%
G = 9.65%
B = 45.95%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731977 (or 0x731977) is known color: Dark Purple. HEX triplet: 73, 19 and 77. RGB value is (115,25,119). Sum of RGB (Red+Green+Blue) = 115+25+119=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #731977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731977 is #8CE688. Grayscale: #3E3E3E. Windows color (decimal): -9234057 or 7805299. OLE color: 7805299.

HSL color Cylindrical-coordinate representation of color #731977: hue angle of 297.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731977 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 25 119 -
CMYK 0.03 0.79 0 0.53
HSL 297.45º 0.65% 0.28% -
HSV(B) 297.45º 0.79% 0.47% -
XYZ 10.75 5.67 17.98 -
YUV 62.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 115 25 119 0.03 0.79 0 0.53 297.45 0.65 0.28
Hex 73 19 77 3 4F 0 35 129 41 1C
Octal 163 31 167 3 117 0 65 451 101 34
Binary 1110011 11001 1110111 11 1001111 0 110101 100101001 1000001 11100

Color Harmonies of #731977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731977

Black with #731977

Text Example


Text Example

White with #731977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731977; }

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

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

background-color css

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

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

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

border-color css

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

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

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