Html Css Color HEX #715071 Salt Box

📋 copy color: '#715071'

red 113 ◦ green 80 ◦ blue 113

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

Shades of Salt Box #715071

Tints of Salt Box #715071

RGB

 RED value IS 113 (44.53% from 255) = 36.93%

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 36.93%
G = 26.14%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#715071 (or 0x715071) is known color: Salt Box. HEX triplet: 71, 50 and 71. RGB value is (113,80,113). Sum of RGB (Red+Green+Blue) = 113+80+113=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715071 is #8EAF8E. Grayscale: #5D5D5D. Windows color (decimal): -9351055 or 7426161. OLE color: 7426161.

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

Color convert

RGB 113 80 113 -
CMYK 0 0.29 0 0.56
HSL 300º 0.17% 0.38% -
HSV(B) 300º 0.29% 0.44% -
XYZ 12.66 10.44 16.97 -
YUV 93.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 113 80 113 0 0.29 0 0.56 300 0.17 0.38
Hex 71 50 71 0 1D 0 38 12C 11 26
Octal 161 120 161 0 35 0 70 454 21 46
Binary 1110001 1010000 1110001 0 11101 0 111000 100101100 10001 100110

Color Harmonies of #715071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715071

Black with #715071

Text Example


Text Example

White with #715071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715071; }

 p { color: rgb(113,80,113); }

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

background-color css

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

 a { background-color: rgb(113,80,113); }

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

border-color css

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

 span { border-color: rgb(113,80,113); }

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