Html Css Color HEX #731873 Dark Purple

📋 copy color: '#731873'

red 115 ◦ green 24 ◦ blue 115

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

Shades of Dark Purple #731873

Tints of Dark Purple #731873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 45.28%
G = 9.45%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#731873 (or 0x731873) is known color: Dark Purple. HEX triplet: 73, 18 and 73. RGB value is (115,24,115). Sum of RGB (Red+Green+Blue) = 115+24+115=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731873 is #8CE78C. Grayscale: #3D3D3D. Windows color (decimal): -9234317 or 7542899. OLE color: 7542899.

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

Color convert

RGB 115 24 115 -
CMYK 0 0.79 0 0.55
HSL 300º 0.65% 0.27% -
HSV(B) 300º 0.79% 0.45% -
XYZ 10.49 5.54 16.74 -
YUV 61.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 115 24 115 0 0.79 0 0.55 300 0.65 0.27
Hex 73 18 73 0 4F 0 37 12C 41 1B
Octal 163 30 163 0 117 0 67 454 101 33
Binary 1110011 11000 1110011 0 1001111 0 110111 100101100 1000001 11011

Color Harmonies of #731873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731873

Black with #731873

Text Example


Text Example

White with #731873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731873; }

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

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

background-color css

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

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

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

border-color css

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

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

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