Html Css Color HEX #715585 Affair

📋 copy color: '#715585'

red 113 ◦ green 85 ◦ blue 133

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

Shades of Affair #715585

Tints of Affair #715585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 34.14%
G = 25.68%
B = 40.18%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#715585 (or 0x715585) is known color: Affair. HEX triplet: 71, 55 and 85. RGB value is (113,85,133). Sum of RGB (Red+Green+Blue) = 113+85+133=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #715585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715585 is #8EAA7A. Grayscale: #626262. Windows color (decimal): -9349755 or 8738161. OLE color: 8738161.

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

Color convert

RGB 113 85 133 -
CMYK 0.15 0.36 0 0.48
HSL 275º 0.22% 0.43% -
HSV(B) 275º 0.36% 0.52% -
XYZ 14.29 11.7 23.7 -
YUV 98.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 113 85 133 0.15 0.36 0 0.48 275 0.22 0.43
Hex 71 55 85 F 24 0 30 113 16 2B
Octal 161 125 205 17 44 0 60 423 26 53
Binary 1110001 1010101 10000101 1111 100100 0 110000 100010011 10110 101011

Color Harmonies of #715585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715585

Black with #715585

Text Example


Text Example

White with #715585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715585; }

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

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

background-color css

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

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

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

border-color css

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

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

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