#715885

Color #715885 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #715885

Tints of Affair #715885

Color information

#715885 (or 0x715885) is unknown color: approx Affair. HEX triplet: 71, 58 and 85. RGB value is (113,88,133). Sum of RGB (Red+Green+Blue) = 113+88+133=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #715885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715885 is #8EA77A. Grayscale: #646464. Windows color (decimal): -9348987 or 8738929. OLE color: 8738929.

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

Color convert

RGB11388133-
CMYK0.150.3400.48
HSL273.33º20.36%43.33%-
HSV(B)273.33º33.83%52.16%-
XYZ14.5312.1823.78-
YUV100.6146.28136.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=33.83%
G=26.35%
B=39.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113881330.150.3400.48273.3320.3643.33
Hex715885F22030111142b
Octal16113020517420604212453
Binary11100011011000100001011111100010011000010001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715885; }

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

 H1.HeaderClassName
 {
   color: #715885;
 }
 .AnyTagClassName
 {
   color: #715885;
 }
</style>
background-color css

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

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

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

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

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

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