Html Css Color HEX #71487B Affair

📋 copy color: '#71487B'

red 113 ◦ green 72 ◦ blue 123

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

Shades of Affair #71487B

Tints of Affair #71487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 36.69%
G = 23.38%
B = 39.94%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71487B (or 0x71487B) is known color: Affair. HEX triplet: 71, 48 and 7B. RGB value is (113,72,123). Sum of RGB (Red+Green+Blue) = 113+72+123=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #71487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71487B is #8EB784. Grayscale: #595959. Windows color (decimal): -9353093 or 8079473. OLE color: 8079473.

HSL color Cylindrical-coordinate representation of color #71487B: hue angle of 288.24º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71487B is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 72 123 -
CMYK 0.08 0.41 0 0.52
HSL 288.24º 0.26% 0.38% -
HSV(B) 288.24º 0.41% 0.48% -
XYZ 12.7 9.58 19.92 -
YUV 90.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 113 72 123 0.08 0.41 0 0.52 288.24 0.26 0.38
Hex 71 48 7B 8 29 0 34 120 1A 26
Octal 161 110 173 10 51 0 64 440 32 46
Binary 1110001 1001000 1111011 1000 101001 0 110100 100100000 11010 100110

Color Harmonies of #71487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71487B

Black with #71487B

Text Example


Text Example

White with #71487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71487B; }

 p { color: rgb(113,72,123); }

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

background-color css

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

 a { background-color: rgb(113,72,123); }

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

border-color css

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

 span { border-color: rgb(113,72,123); }

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