Html Css Color HEX #715183 Affair

📋 copy color: '#715183'

red 113 ◦ green 81 ◦ blue 131

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

Shades of Affair #715183

Tints of Affair #715183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

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

R = 34.77%
G = 24.92%
B = 40.31%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#715183 (or 0x715183) is known color: Affair. HEX triplet: 71, 51 and 83. RGB value is (113,81,131). Sum of RGB (Red+Green+Blue) = 113+81+131=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #715183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715183 is #8EAE7C. Grayscale: #606060. Windows color (decimal): -9350781 or 8606065. OLE color: 8606065.

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

Color convert

RGB 113 81 131 -
CMYK 0.14 0.38 0 0.49
HSL 278.4º 0.24% 0.42% -
HSV(B) 278.4º 0.38% 0.51% -
XYZ 13.85 11.03 22.87 -
YUV 96.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 113 81 131 0.14 0.38 0 0.49 278.4 0.24 0.42
Hex 71 51 83 E 26 0 31 116 18 2A
Octal 161 121 203 16 46 0 61 426 30 52
Binary 1110001 1010001 10000011 1110 100110 0 110001 100010110 11000 101010

Color Harmonies of #715183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715183

Black with #715183

Text Example


Text Example

White with #715183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715183; }

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

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

background-color css

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

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

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

border-color css

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

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

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