Html Css Color HEX #705174 Fedora

📋 copy color: '#705174'

red 112 ◦ green 81 ◦ blue 116

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

Shades of Fedora #705174

Tints of Fedora #705174

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.7% from 255) = 37.54%

R = 36.25%
G = 26.21%
B = 37.54%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705174 (or 0x705174) is known color: 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

RGB 112 81 116 -
CMYK 0.03 0.30 0 0.55
HSL 293.14º 0.18% 0.39% -
HSV(B) 293.14º 0.3% 0.45% -
XYZ 12.78 10.59 17.89 -
YUV 94.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 112 81 116 0.03 0.30 0 0.55 293.14 0.18 0.39
Hex 70 51 74 3 1E 0 37 125 12 27
Octal 160 121 164 3 36 0 67 445 22 47
Binary 1110000 1010001 1110100 11 11110 0 110111 100100101 10010 100111

Color Harmonies of #705174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705174

Black with #705174

Text Example


Text Example

White with #705174

Text Example


Text Example

HTML Codes & Css Web 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>