Html Css Color HEX #731C70 Dark Purple

📋 copy color: '#731C70'

red 115 ◦ green 28 ◦ blue 112

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

Shades of Dark Purple #731C70

Tints of Dark Purple #731C70

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

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

R = 45.1%
G = 10.98%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#731C70 (or 0x731C70) is known color: Dark Purple. HEX triplet: 73, 1C and 70. RGB value is (115,28,112). Sum of RGB (Red+Green+Blue) = 115+28+112=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #731C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C70 is #8CE38F. Grayscale: #3F3F3F. Windows color (decimal): -9233296 or 7347315. OLE color: 7347315.

HSL color Cylindrical-coordinate representation of color #731C70: hue angle of 302.07º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C70 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 28 112 -
CMYK 0 0.76 0.03 0.55
HSL 302.07º 0.61% 0.28% -
HSV(B) 302.07º 0.76% 0.45% -
XYZ 10.41 5.65 15.87 -
YUV 63.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 115 28 112 0 0.76 0.03 0.55 302.07 0.61 0.28
Hex 73 1C 70 0 4C 3 37 12E 3D 1C
Octal 163 34 160 0 114 3 67 456 75 34
Binary 1110011 11100 1110000 0 1001100 11 110111 100101110 111101 11100

Color Harmonies of #731C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C70

Black with #731C70

Text Example


Text Example

White with #731C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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