Html Css Color HEX #715985 Affair

📋 copy color: '#715985'

red 113 ◦ green 89 ◦ blue 133

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

Shades of Affair #715985

Tints of Affair #715985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 33.73%
G = 26.57%
B = 39.7%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#715985 (or 0x715985) is known color: Affair. HEX triplet: 71, 59 and 85. RGB value is (113,89,133). Sum of RGB (Red+Green+Blue) = 113+89+133=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #715985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715985 is #8EA67A. Grayscale: #656565. Windows color (decimal): -9348731 or 8739185. OLE color: 8739185.

HSL color Cylindrical-coordinate representation of color #715985: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #715985 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 89 133 -
CMYK 0.15 0.33 0 0.48
HSL 272.73º 0.2% 0.44% -
HSV(B) 272.73º 0.33% 0.52% -
XYZ 14.62 12.35 23.8 -
YUV 101.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 113 89 133 0.15 0.33 0 0.48 272.73 0.2 0.44
Hex 71 59 85 F 21 0 30 111 14 2C
Octal 161 131 205 17 41 0 60 421 24 54
Binary 1110001 1011001 10000101 1111 100001 0 110000 100010001 10100 101100

Color Harmonies of #715985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715985

Black with #715985

Text Example


Text Example

White with #715985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715985; }

 p { color: rgb(113,89,133); }

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

background-color css

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

 a { background-color: rgb(113,89,133); }

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

border-color css

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

 span { border-color: rgb(113,89,133); }

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