Html Css Color HEX #704566 Salt Box

📋 copy color: '#704566'

red 112 ◦ green 69 ◦ blue 102

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

Shades of Salt Box #704566

Tints of Salt Box #704566

RGB

 RED value IS 112 (44.14% from 255) = 39.58%

 GREEN value IS 69 (27.34% from 255) = 24.38%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 39.58%
G = 24.38%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704566 (or 0x704566) is known color: Salt Box. HEX triplet: 70, 45 and 66. RGB value is (112,69,102). Sum of RGB (Red+Green+Blue) = 112+69+102=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704566 is #8FBA99. Grayscale: #555555. Windows color (decimal): -9419418 or 6702448. OLE color: 6702448.

HSL color Cylindrical-coordinate representation of color #704566: hue angle of 313.95º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704566 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 69 102 -
CMYK 0 0.38 0.09 0.56
HSL 313.95º 0.24% 0.35% -
HSV(B) 313.95º 0.38% 0.44% -
XYZ 11.21 8.66 13.65 -
YUV 85.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 112 69 102 0 0.38 0.09 0.56 313.95 0.24 0.35
Hex 70 45 66 0 26 9 38 13A 18 23
Octal 160 105 146 0 46 11 70 472 30 43
Binary 1110000 1000101 1100110 0 100110 1001 111000 100111010 11000 100011

Color Harmonies of #704566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704566

Black with #704566

Text Example


Text Example

White with #704566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704566; }

 p { color: rgb(112,69,102); }

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

background-color css

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

 a { background-color: rgb(112,69,102); }

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

border-color css

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

 span { border-color: rgb(112,69,102); }

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