Html Css Color HEX #731979 Dark Purple

📋 copy color: '#731979'

red 115 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #731979

Tints of Dark Purple #731979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 44.06%
G = 9.58%
B = 46.36%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731979 (or 0x731979) is known color: Dark Purple. HEX triplet: 73, 19 and 79. RGB value is (115,25,121). Sum of RGB (Red+Green+Blue) = 115+25+121=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #731979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731979 is #8CE686. Grayscale: #3E3E3E. Windows color (decimal): -9234055 or 7936371. OLE color: 7936371.

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

Color convert

RGB 115 25 121 -
CMYK 0.05 0.79 0 0.53
HSL 296.25º 0.66% 0.29% -
HSV(B) 296.25º 0.79% 0.47% -
XYZ 10.87 5.72 18.62 -
YUV 62.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 115 25 121 0.05 0.79 0 0.53 296.25 0.66 0.29
Hex 73 19 79 5 4F 0 35 128 42 1D
Octal 163 31 171 5 117 0 65 450 102 35
Binary 1110011 11001 1111001 101 1001111 0 110101 100101000 1000010 11101

Color Harmonies of #731979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731979

Black with #731979

Text Example


Text Example

White with #731979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731979; }

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

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

background-color css

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

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

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

border-color css

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

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

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