Html Css Color HEX #715481 Affair

📋 copy color: '#715481'

red 113 ◦ green 84 ◦ blue 129

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

Shades of Affair #715481

Tints of Affair #715481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 34.66%
G = 25.77%
B = 39.57%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#715481 (or 0x715481) is known color: Affair. HEX triplet: 71, 54 and 81. RGB value is (113,84,129). Sum of RGB (Red+Green+Blue) = 113+84+129=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #715481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715481 is #8EAB7E. Grayscale: #616161. Windows color (decimal): -9350015 or 8475761. OLE color: 8475761.

HSL color Cylindrical-coordinate representation of color #715481: hue angle of 278.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715481 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 84 129 -
CMYK 0.12 0.35 0 0.49
HSL 278.67º 0.21% 0.42% -
HSV(B) 278.67º 0.35% 0.51% -
XYZ 13.94 11.44 22.24 -
YUV 97.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 113 84 129 0.12 0.35 0 0.49 278.67 0.21 0.42
Hex 71 54 81 C 23 0 31 117 15 2A
Octal 161 124 201 14 43 0 61 427 25 52
Binary 1110001 1010100 10000001 1100 100011 0 110001 100010111 10101 101010

Color Harmonies of #715481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715481

Black with #715481

Text Example


Text Example

White with #715481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715481; }

 p { color: rgb(113,84,129); }

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

background-color css

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

 a { background-color: rgb(113,84,129); }

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

border-color css

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

 span { border-color: rgb(113,84,129); }

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