Html Css Color HEX #715175 Fedora

📋 copy color: '#715175'

red 113 ◦ green 81 ◦ blue 117

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

Shades of Fedora #715175

Tints of Fedora #715175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 36.33%
G = 26.05%
B = 37.62%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715175 (or 0x715175) is known color: Fedora. HEX triplet: 71, 51 and 75. RGB value is (113,81,117). Sum of RGB (Red+Green+Blue) = 113+81+117=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #715175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715175 is #8EAE8A. Grayscale: #5E5E5E. Windows color (decimal): -9350795 or 7688561. OLE color: 7688561.

HSL color Cylindrical-coordinate representation of color #715175: hue angle of 293.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715175 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 81 117 -
CMYK 0.03 0.31 0 0.54
HSL 293.33º 0.18% 0.39% -
HSV(B) 293.33º 0.31% 0.46% -
XYZ 12.96 10.68 18.21 -
YUV 94.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 113 81 117 0.03 0.31 0 0.54 293.33 0.18 0.39
Hex 71 51 75 3 1F 0 36 125 12 27
Octal 161 121 165 3 37 0 66 445 22 47
Binary 1110001 1010001 1110101 11 11111 0 110110 100100101 10010 100111

Color Harmonies of #715175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715175

Black with #715175

Text Example


Text Example

White with #715175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715175; }

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

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

background-color css

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

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

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

border-color css

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

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

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