Html Css Color HEX #705171 Fedora

📋 copy color: '#705171'

red 112 ◦ green 81 ◦ blue 113

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

Shades of Fedora #705171

Tints of Fedora #705171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 36.6%
G = 26.47%
B = 36.93%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705171 (or 0x705171) is known color: Fedora. HEX triplet: 70, 51 and 71. RGB value is (112,81,113). Sum of RGB (Red+Green+Blue) = 112+81+113=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #705171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705171 is #8FAE8E. Grayscale: #5D5D5D. Windows color (decimal): -9416335 or 7426416. OLE color: 7426416.

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

Color convert

RGB 112 81 113 -
CMYK 0.01 0.28 0 0.56
HSL 298.13º 0.16% 0.38% -
HSV(B) 298.13º 0.28% 0.44% -
XYZ 12.61 10.52 16.99 -
YUV 93.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 112 81 113 0.01 0.28 0 0.56 298.13 0.16 0.38
Hex 70 51 71 1 1C 0 38 12A 10 26
Octal 160 121 161 1 34 0 70 452 20 46
Binary 1110000 1010001 1110001 1 11100 0 111000 100101010 10000 100110

Color Harmonies of #705171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705171

Black with #705171

Text Example


Text Example

White with #705171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705171; }

 p { color: rgb(112,81,113); }

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

background-color css

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

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

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

border-color css

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

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

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