Html Css Color HEX #715885 Affair

📋 copy color: '#715885'

red 113 ◦ green 88 ◦ blue 133

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

Shades of Affair #715885

Tints of Affair #715885

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 value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#715885 (or 0x715885) is known color: 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

RGB 113 88 133 -
CMYK 0.15 0.34 0 0.48
HSL 273.33º 0.2% 0.43% -
HSV(B) 273.33º 0.34% 0.52% -
XYZ 14.53 12.18 23.78 -
YUV 100.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 113 88 133 0.15 0.34 0 0.48 273.33 0.2 0.43
Hex 71 58 85 F 22 0 30 111 14 2B
Octal 161 130 205 17 42 0 60 421 24 53
Binary 1110001 1011000 10000101 1111 100010 0 110000 100010001 10100 101011

Color Harmonies of #715885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715885

Black with #715885

Text Example


Text Example

White with #715885

Text Example


Text Example

HTML Codes & Css Web 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>