Html Css Color HEX #715089 Affair

📋 copy color: '#715089'

red 113 ◦ green 80 ◦ blue 137

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

Shades of Affair #715089

Tints of Affair #715089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 34.24%
G = 24.24%
B = 41.52%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#715089 (or 0x715089) is known color: Affair. HEX triplet: 71, 50 and 89. RGB value is (113,80,137). Sum of RGB (Red+Green+Blue) = 113+80+137=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #715089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715089 is #8EAF76. Grayscale: #606060. Windows color (decimal): -9351031 or 8999025. OLE color: 8999025.

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

Color convert

RGB 113 80 137 -
CMYK 0.18 0.42 0 0.46
HSL 274.74º 0.26% 0.43% -
HSV(B) 274.74º 0.42% 0.54% -
XYZ 14.19 11.05 25.05 -
YUV 96.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 113 80 137 0.18 0.42 0 0.46 274.74 0.26 0.43
Hex 71 50 89 12 2A 0 2E 113 1A 2B
Octal 161 120 211 22 52 0 56 423 32 53
Binary 1110001 1010000 10001001 10010 101010 0 101110 100010011 11010 101011

Color Harmonies of #715089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715089

Black with #715089

Text Example


Text Example

White with #715089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715089; }

 p { color: rgb(113,80,137); }

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

background-color css

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

 a { background-color: rgb(113,80,137); }

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

border-color css

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

 span { border-color: rgb(113,80,137); }

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