Html Css Color HEX #715882 Affair

📋 copy color: '#715882'

red 113 ◦ green 88 ◦ blue 130

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

Shades of Affair #715882

Tints of Affair #715882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 34.14%
G = 26.59%
B = 39.27%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#715882 (or 0x715882) is known color: Affair. HEX triplet: 71, 58 and 82. RGB value is (113,88,130). Sum of RGB (Red+Green+Blue) = 113+88+130=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #715882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715882 is #8EA77D. Grayscale: #646464. Windows color (decimal): -9348990 or 8542321. OLE color: 8542321.

HSL color Cylindrical-coordinate representation of color #715882: hue angle of 275.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715882 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 88 130 -
CMYK 0.13 0.32 0 0.49
HSL 275.71º 0.19% 0.43% -
HSV(B) 275.71º 0.32% 0.51% -
XYZ 14.33 12.1 22.7 -
YUV 100.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 113 88 130 0.13 0.32 0 0.49 275.71 0.19 0.43
Hex 71 58 82 D 20 0 31 114 13 2B
Octal 161 130 202 15 40 0 61 424 23 53
Binary 1110001 1011000 10000010 1101 100000 0 110001 100010100 10011 101011

Color Harmonies of #715882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715882

Black with #715882

Text Example


Text Example

White with #715882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715882; }

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

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

background-color css

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

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

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

border-color css

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

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

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