#731C72

Color #731C72 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #731C72

Tints of Dark Purple #731C72

Color information

#731C72 (or 0x731C72) is unknown color: approx Dark Purple. HEX triplet: 73, 1C and 72. RGB value is (115,28,114). Sum of RGB (Red+Green+Blue) = 115+28+114=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #731C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C72 is #8CE38D. Grayscale: #3F3F3F. Windows color (decimal): -9233294 or 7478387. OLE color: 7478387.

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

Color convert

RGB11528114-
CMYK00.760.010.55
HSL300.69º60.84%28.04%-
HSV(B)300.69º75.65%45.1%-
XYZ10.525.6916.46-
YUV63.82156.32164.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=44.75%
G=10.89%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152811400.760.010.55300.6960.8428.04
Hex731C7204C13712d3d1c
Octal1633416201141674557534
Binary111001111100111001001001100111011110010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #731C72;
 }
 .AnyTagClassName
 {
   color: #731C72;
 }
</style>
background-color css

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

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

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

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

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

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