Html Css Color HEX #731570 Dark Purple

📋 copy color: '#731570'

red 115 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #731570

Tints of Dark Purple #731570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 46.37%
G = 8.47%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#731570 (or 0x731570) is known color: Dark Purple. HEX triplet: 73, 15 and 70. RGB value is (115,21,112). Sum of RGB (Red+Green+Blue) = 115+21+112=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #731570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731570 is #8CEA8F. Grayscale: #3B3B3B. Windows color (decimal): -9235088 or 7345523. OLE color: 7345523.

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

Color convert

RGB 115 21 112 -
CMYK 0 0.82 0.03 0.55
HSL 301.91º 0.69% 0.27% -
HSV(B) 301.91º 0.82% 0.45% -
XYZ 10.26 5.35 15.82 -
YUV 59.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 115 21 112 0 0.82 0.03 0.55 301.91 0.69 0.27
Hex 73 15 70 0 52 3 37 12E 45 1B
Octal 163 25 160 0 122 3 67 456 105 33
Binary 1110011 10101 1110000 0 1010010 11 110111 100101110 1000101 11011

Color Harmonies of #731570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731570

Black with #731570

Text Example


Text Example

White with #731570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731570; }

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

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

background-color css

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

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

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

border-color css

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

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

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