#705174

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

Shades of Fedora #705174

Tints of Fedora #705174

Color information

#705174 (or 0x705174) is unknown color: approx Fedora. HEX triplet: 70, 51 and 74. RGB value is (112,81,116). Sum of RGB (Red+Green+Blue) = 112+81+116=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #705174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705174 is #8FAE8B. Grayscale: #5E5E5E. Windows color (decimal): -9416332 or 7623024. OLE color: 7623024.

HSL color Cylindrical-coordinate representation of color #705174: hue angle of 293.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #705174 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11281116-
CMYK0.030.3000.55
HSL293.14º17.77%38.63%-
HSV(B)293.14º30.17%45.49%-
XYZ12.7810.5917.89-
YUV94.26140.27140.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=36.25%
G=26.21%
B=37.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112811160.030.3000.55293.1417.7738.63
Hex70517431E0371251227
Octal1601211643360674452247
Binary1110000101000111101001111110011011110010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705174; }

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

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

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

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

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

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

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

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