Html Css Color HEX #71478B Affair

📋 copy color: '#71478B'

red 113 ◦ green 71 ◦ blue 139

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

Shades of Affair #71478B

Tints of Affair #71478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 34.98%
G = 21.98%
B = 43.03%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71478B (or 0x71478B) is known color: Affair. HEX triplet: 71, 47 and 8B. RGB value is (113,71,139). Sum of RGB (Red+Green+Blue) = 113+71+139=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #71478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71478B is #8EB874. Grayscale: #5B5B5B. Windows color (decimal): -9353333 or 9127793. OLE color: 9127793.

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

Color convert

RGB 113 71 139 -
CMYK 0.19 0.49 0 0.45
HSL 277.06º 0.32% 0.41% -
HSV(B) 277.06º 0.49% 0.55% -
XYZ 13.72 9.88 25.61 -
YUV 91.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 113 71 139 0.19 0.49 0 0.45 277.06 0.32 0.41
Hex 71 47 8B 13 31 0 2D 115 20 29
Octal 161 107 213 23 61 0 55 425 40 51
Binary 1110001 1000111 10001011 10011 110001 0 101101 100010101 100000 101001

Color Harmonies of #71478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71478B

Black with #71478B

Text Example


Text Example

White with #71478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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