Html Css Color HEX #715471 Salt Box

📋 copy color: '#715471'

red 113 ◦ green 84 ◦ blue 113

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

Shades of Salt Box #715471

Tints of Salt Box #715471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 36.45%
G = 27.1%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#715471 (or 0x715471) is known color: Salt Box. HEX triplet: 71, 54 and 71. RGB value is (113,84,113). Sum of RGB (Red+Green+Blue) = 113+84+113=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #715471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715471 is #8EAB8E. Grayscale: #5F5F5F. Windows color (decimal): -9350031 or 7427185. OLE color: 7427185.

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

Color convert

RGB 113 84 113 -
CMYK 0 0.26 0 0.56
HSL 300º 0.15% 0.39% -
HSV(B) 300º 0.26% 0.44% -
XYZ 12.96 11.04 17.07 -
YUV 95.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 113 84 113 0 0.26 0 0.56 300 0.15 0.39
Hex 71 54 71 0 1A 0 38 12C F 27
Octal 161 124 161 0 32 0 70 454 17 47
Binary 1110001 1010100 1110001 0 11010 0 111000 100101100 1111 100111

Color Harmonies of #715471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715471

Black with #715471

Text Example


Text Example

White with #715471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715471; }

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

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

background-color css

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

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

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

border-color css

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

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

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