Html Css Color HEX #715184 Affair

📋 copy color: '#715184'

red 113 ◦ green 81 ◦ blue 132

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

Shades of Affair #715184

Tints of Affair #715184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 34.66%
G = 24.85%
B = 40.49%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#715184 (or 0x715184) is known color: Affair. HEX triplet: 71, 51 and 84. RGB value is (113,81,132). Sum of RGB (Red+Green+Blue) = 113+81+132=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #715184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715184 is #8EAE7B. Grayscale: #606060. Windows color (decimal): -9350780 or 8671601. OLE color: 8671601.

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

Color convert

RGB 113 81 132 -
CMYK 0.14 0.39 0 0.48
HSL 277.65º 0.24% 0.42% -
HSV(B) 277.65º 0.39% 0.52% -
XYZ 13.92 11.06 23.23 -
YUV 96.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 113 81 132 0.14 0.39 0 0.48 277.65 0.24 0.42
Hex 71 51 84 E 27 0 30 116 18 2A
Octal 161 121 204 16 47 0 60 426 30 52
Binary 1110001 1010001 10000100 1110 100111 0 110000 100010110 11000 101010

Color Harmonies of #715184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715184

Black with #715184

Text Example


Text Example

White with #715184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715184; }

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

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

background-color css

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

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

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

border-color css

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

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

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