Html Css Color HEX #715282 Affair

📋 copy color: '#715282'

red 113 ◦ green 82 ◦ blue 130

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

Shades of Affair #715282

Tints of Affair #715282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

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

R = 34.77%
G = 25.23%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#715282 (or 0x715282) is known color: Affair. HEX triplet: 71, 52 and 82. RGB value is (113,82,130). Sum of RGB (Red+Green+Blue) = 113+82+130=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #715282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715282 is #8EAD7D. Grayscale: #606060. Windows color (decimal): -9350526 or 8540785. OLE color: 8540785.

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

Color convert

RGB 113 82 130 -
CMYK 0.13 0.37 0 0.49
HSL 278.75º 0.23% 0.42% -
HSV(B) 278.75º 0.37% 0.51% -
XYZ 13.86 11.16 22.54 -
YUV 96.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 113 82 130 0.13 0.37 0 0.49 278.75 0.23 0.42
Hex 71 52 82 D 25 0 31 117 17 2A
Octal 161 122 202 15 45 0 61 427 27 52
Binary 1110001 1010010 10000010 1101 100101 0 110001 100010111 10111 101010

Color Harmonies of #715282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715282

Black with #715282

Text Example


Text Example

White with #715282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715282; }

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

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

background-color css

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

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

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

border-color css

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

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

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