Html Css Color HEX #731C73 Dark Purple

📋 copy color: '#731C73'

red 115 ◦ green 28 ◦ blue 115

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

Shades of Dark Purple #731C73

Tints of Dark Purple #731C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 44.57%
G = 10.85%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#731C73 (or 0x731C73) is known color: Dark Purple. HEX triplet: 73, 1C and 73. RGB value is (115,28,115). Sum of RGB (Red+Green+Blue) = 115+28+115=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C73 is #8CE38C. Grayscale: #3F3F3F. Windows color (decimal): -9233293 or 7543923. OLE color: 7543923.

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

Color convert

RGB 115 28 115 -
CMYK 0 0.76 0 0.55
HSL 300º 0.61% 0.28% -
HSV(B) 300º 0.76% 0.45% -
XYZ 10.58 5.71 16.76 -
YUV 63.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 115 28 115 0 0.76 0 0.55 300 0.61 0.28
Hex 73 1C 73 0 4C 0 37 12C 3D 1C
Octal 163 34 163 0 114 0 67 454 75 34
Binary 1110011 11100 1110011 0 1001100 0 110111 100101100 111101 11100

Color Harmonies of #731C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C73

Black with #731C73

Text Example


Text Example

White with #731C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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