Html Css Color HEX #715884 Affair

📋 copy color: '#715884'

red 113 ◦ green 88 ◦ blue 132

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

Shades of Affair #715884

Tints of Affair #715884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 33.93%
G = 26.43%
B = 39.64%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#715884 (or 0x715884) is known color: Affair. HEX triplet: 71, 58 and 84. RGB value is (113,88,132). Sum of RGB (Red+Green+Blue) = 113+88+132=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #715884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715884 is #8EA77B. Grayscale: #646464. Windows color (decimal): -9348988 or 8673393. OLE color: 8673393.

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

Color convert

RGB 113 88 132 -
CMYK 0.14 0.33 0 0.48
HSL 274.09º 0.2% 0.43% -
HSV(B) 274.09º 0.33% 0.52% -
XYZ 14.46 12.16 23.41 -
YUV 100.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 113 88 132 0.14 0.33 0 0.48 274.09 0.2 0.43
Hex 71 58 84 E 21 0 30 112 14 2B
Octal 161 130 204 16 41 0 60 422 24 53
Binary 1110001 1011000 10000100 1110 100001 0 110000 100010010 10100 101011

Color Harmonies of #715884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715884

Black with #715884

Text Example


Text Example

White with #715884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715884; }

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

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

background-color css

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

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

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

border-color css

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

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

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