Html Css Color HEX #731972 Dark Purple

📋 copy color: '#731972'

red 115 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #731972

Tints of Dark Purple #731972

RGB

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

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

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

R = 45.28%
G = 9.84%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#731972 (or 0x731972) is known color: Dark Purple. HEX triplet: 73, 19 and 72. RGB value is (115,25,114). Sum of RGB (Red+Green+Blue) = 115+25+114=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #731972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731972 is #8CE68D. Grayscale: #3D3D3D. Windows color (decimal): -9234062 or 7477619. OLE color: 7477619.

HSL color Cylindrical-coordinate representation of color #731972: hue angle of 300.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731972 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 114 -
CMYK 0 0.78 0.01 0.55
HSL 300.67º 0.64% 0.27% -
HSV(B) 300.67º 0.78% 0.45% -
XYZ 10.46 5.56 16.44 -
YUV 62.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 115 25 114 0 0.78 0.01 0.55 300.67 0.64 0.27
Hex 73 19 72 0 4E 1 37 12D 40 1B
Octal 163 31 162 0 116 1 67 455 100 33
Binary 1110011 11001 1110010 0 1001110 1 110111 100101101 1000000 11011

Color Harmonies of #731972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731972

Black with #731972

Text Example


Text Example

White with #731972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731972; }

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

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

background-color css

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

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

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

border-color css

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

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

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