#731A74

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

Shades of Dark Purple #731A74

Tints of Dark Purple #731A74

Color information

#731A74 (or 0x731A74) is unknown color: approx Dark Purple. HEX triplet: 73, 1A and 74. RGB value is (115,26,116). Sum of RGB (Red+Green+Blue) = 115+26+116=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #731A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A74 is #8CE58B. Grayscale: #3E3E3E. Windows color (decimal): -9233804 or 7608947. OLE color: 7608947.

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

Color convert

RGB11526116-
CMYK0.010.7800.55
HSL299.33º63.38%27.84%-
HSV(B)299.33º77.59%45.49%-
XYZ10.595.6417.05-
YUV62.87157.99165.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=44.75%
G=10.12%
B=45.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115261160.010.7800.55299.3363.3827.84
Hex731A7414E03712b3f1c
Octal1633216411160674537734
Binary111001111010111010011001110011011110010101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,26,116); }

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

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

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

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

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

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

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