Html Css Color HEX #715283 Affair

📋 copy color: '#715283'

red 113 ◦ green 82 ◦ blue 131

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

Shades of Affair #715283

Tints of Affair #715283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 34.66%
G = 25.15%
B = 40.18%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#715283 (or 0x715283) is known color: Affair. HEX triplet: 71, 52 and 83. RGB value is (113,82,131). Sum of RGB (Red+Green+Blue) = 113+82+131=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #715283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715283 is #8EAD7C. Grayscale: #606060. Windows color (decimal): -9350525 or 8606321. OLE color: 8606321.

HSL color Cylindrical-coordinate representation of color #715283: hue angle of 277.96º 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 #715283 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 82 131 -
CMYK 0.14 0.37 0 0.49
HSL 277.96º 0.23% 0.42% -
HSV(B) 277.96º 0.37% 0.51% -
XYZ 13.92 11.18 22.9 -
YUV 96.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 113 82 131 0.14 0.37 0 0.49 277.96 0.23 0.42
Hex 71 52 83 E 25 0 31 116 17 2A
Octal 161 122 203 16 45 0 61 426 27 52
Binary 1110001 1010010 10000011 1110 100101 0 110001 100010110 10111 101010

Color Harmonies of #715283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715283

Black with #715283

Text Example


Text Example

White with #715283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715283; }

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

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

background-color css

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

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

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

border-color css

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

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

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