#734569

Color #734569 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #734569

Tints of Salt Box #734569

Color information

#734569 (or 0x734569) is unknown color: approx Salt Box. HEX triplet: 73, 45 and 69. RGB value is (115,69,105). Sum of RGB (Red+Green+Blue) = 115+69+105=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #734569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734569 is #8CBA96. Grayscale: #565656. Windows color (decimal): -9222807 or 6899059. OLE color: 6899059.

HSL color Cylindrical-coordinate representation of color #734569: hue angle of 313.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #734569 is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11569105-
CMYK00.40.090.55
HSL313.04º25%36.08%-
HSV(B)313.04º40%45.1%-
XYZ11.758.9214.47-
YUV86.86138.24148.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=39.79%
G=23.88%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156910500.40.090.55313.042536.08
Hex7345690289371391924
Octal16310515105011674713144
Binary1110011100010111010010101000100111011110011100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734569; }

 p { color: rgb(115,69,105); }

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

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

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

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

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

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

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