Html Css Color HEX #731672 Dark Purple

📋 copy color: '#731672'

red 115 ◦ green 22 ◦ blue 114

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

Shades of Dark Purple #731672

Tints of Dark Purple #731672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 45.82%
G = 8.76%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#731672 (or 0x731672) is known color: Dark Purple. HEX triplet: 73, 16 and 72. RGB value is (115,22,114). Sum of RGB (Red+Green+Blue) = 115+22+114=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731672 is #8CE98D. Grayscale: #3C3C3C. Windows color (decimal): -9234830 or 7476851. OLE color: 7476851.

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

Color convert

RGB 115 22 114 -
CMYK 0 0.81 0.01 0.55
HSL 300.65º 0.68% 0.27% -
HSV(B) 300.65º 0.81% 0.45% -
XYZ 10.39 5.43 16.42 -
YUV 60.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 115 22 114 0 0.81 0.01 0.55 300.65 0.68 0.27
Hex 73 16 72 0 51 1 37 12D 44 1B
Octal 163 26 162 0 121 1 67 455 104 33
Binary 1110011 10110 1110010 0 1010001 1 110111 100101101 1000100 11011

Color Harmonies of #731672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731672

Black with #731672

Text Example


Text Example

White with #731672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731672; }

 p { color: rgb(115,22,114); }

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

background-color css

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

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

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

border-color css

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

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

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