Html Css Color HEX #715888 Affair

📋 copy color: '#715888'

red 113 ◦ green 88 ◦ blue 136

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

Shades of Affair #715888

Tints of Affair #715888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 33.53%
G = 26.11%
B = 40.36%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#715888 (or 0x715888) is known color: Affair. HEX triplet: 71, 58 and 88. RGB value is (113,88,136). Sum of RGB (Red+Green+Blue) = 113+88+136=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #715888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715888 is #8EA777. Grayscale: #646464. Windows color (decimal): -9348984 or 8935537. OLE color: 8935537.

HSL color Cylindrical-coordinate representation of color #715888: hue angle of 271.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715888 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 88 136 -
CMYK 0.17 0.35 0 0.47
HSL 271.25º 0.21% 0.44% -
HSV(B) 271.25º 0.35% 0.53% -
XYZ 14.74 12.27 24.88 -
YUV 100.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 113 88 136 0.17 0.35 0 0.47 271.25 0.21 0.44
Hex 71 58 88 11 23 0 2F 10F 15 2C
Octal 161 130 210 21 43 0 57 417 25 54
Binary 1110001 1011000 10001000 10001 100011 0 101111 100001111 10101 101100

Color Harmonies of #715888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715888

Black with #715888

Text Example


Text Example

White with #715888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715888; }

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

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

background-color css

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

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

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

border-color css

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

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

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