Html Css Color HEX #715879 Rum

📋 copy color: '#715879'

red 113 ◦ green 88 ◦ blue 121

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

Shades of Rum #715879

Tints of Rum #715879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 35.09%
G = 27.33%
B = 37.58%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#715879 (or 0x715879) is known color: Rum. HEX triplet: 71, 58 and 79. RGB value is (113,88,121). Sum of RGB (Red+Green+Blue) = 113+88+121=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #715879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715879 is #8EA786. Grayscale: #636363. Windows color (decimal): -9348999 or 7952497. OLE color: 7952497.

HSL color Cylindrical-coordinate representation of color #715879: hue angle of 285.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715879 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 88 121 -
CMYK 0.07 0.27 0 0.53
HSL 285.45º 0.16% 0.41% -
HSV(B) 285.45º 0.27% 0.47% -
XYZ 13.75 11.87 19.66 -
YUV 99.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 113 88 121 0.07 0.27 0 0.53 285.45 0.16 0.41
Hex 71 58 79 7 1B 0 35 11D 10 29
Octal 161 130 171 7 33 0 65 435 20 51
Binary 1110001 1011000 1111001 111 11011 0 110101 100011101 10000 101001

Color Harmonies of #715879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715879

Black with #715879

Text Example


Text Example

White with #715879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715879; }

 p { color: rgb(113,88,121); }

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

background-color css

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

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

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

border-color css

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

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

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