Html Css Color HEX #71488B Affair

📋 copy color: '#71488B'

red 113 ◦ green 72 ◦ blue 139

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

Shades of Affair #71488B

Tints of Affair #71488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 34.88%
G = 22.22%
B = 42.9%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71488B (or 0x71488B) is known color: Affair. HEX triplet: 71, 48 and 8B. RGB value is (113,72,139). Sum of RGB (Red+Green+Blue) = 113+72+139=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #71488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71488B is #8EB774. Grayscale: #5B5B5B. Windows color (decimal): -9353077 or 9128049. OLE color: 9128049.

HSL color Cylindrical-coordinate representation of color #71488B: hue angle of 276.72º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71488B is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 72 139 -
CMYK 0.19 0.48 0 0.45
HSL 276.72º 0.32% 0.41% -
HSV(B) 276.72º 0.48% 0.55% -
XYZ 13.79 10.01 25.63 -
YUV 91.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 113 72 139 0.19 0.48 0 0.45 276.72 0.32 0.41
Hex 71 48 8B 13 30 0 2D 115 20 29
Octal 161 110 213 23 60 0 55 425 40 51
Binary 1110001 1001000 10001011 10011 110000 0 101101 100010101 100000 101001

Color Harmonies of #71488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71488B

Black with #71488B

Text Example


Text Example

White with #71488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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