Html Css Color HEX #731970 Dark Purple

📋 copy color: '#731970'

red 115 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #731970

Tints of Dark Purple #731970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 45.63%
G = 9.92%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#731970 (or 0x731970) is known color: Dark Purple. HEX triplet: 73, 19 and 70. RGB value is (115,25,112). Sum of RGB (Red+Green+Blue) = 115+25+112=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #731970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731970 is #8CE68F. Grayscale: #3D3D3D. Windows color (decimal): -9234064 or 7346547. OLE color: 7346547.

HSL color Cylindrical-coordinate representation of color #731970: hue angle of 302º 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 #731970 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 112 -
CMYK 0 0.78 0.03 0.55
HSL 302º 0.64% 0.27% -
HSV(B) 302º 0.78% 0.45% -
XYZ 10.34 5.51 15.85 -
YUV 61.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 115 25 112 0 0.78 0.03 0.55 302 0.64 0.27
Hex 73 19 70 0 4E 3 37 12E 40 1B
Octal 163 31 160 0 116 3 67 456 100 33
Binary 1110011 11001 1110000 0 1001110 11 110111 100101110 1000000 11011

Color Harmonies of #731970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731970

Black with #731970

Text Example


Text Example

White with #731970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731970; }

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

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

background-color css

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

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

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

border-color css

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

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

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