Html Css Color HEX #71478C Affair

📋 copy color: '#71478C'

red 113 ◦ green 71 ◦ blue 140

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

Shades of Affair #71478C

Tints of Affair #71478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 34.88%
G = 21.91%
B = 43.21%

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

#71478C (or 0x71478C) is known color: Affair. HEX triplet: 71, 47 and 8C. RGB value is (113,71,140). Sum of RGB (Red+Green+Blue) = 113+71+140=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #71478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71478C is #8EB873. Grayscale: #5B5B5B. Windows color (decimal): -9353332 or 9193329. OLE color: 9193329.

HSL color Cylindrical-coordinate representation of color #71478C: hue angle of 276.52º degrees, saturation: 0.33, 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 #71478C is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 71 140 -
CMYK 0.19 0.49 0 0.45
HSL 276.52º 0.33% 0.41% -
HSV(B) 276.52º 0.49% 0.55% -
XYZ 13.8 9.91 26 -
YUV 91.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 113 71 140 0.19 0.49 0 0.45 276.52 0.33 0.41
Hex 71 47 8C 13 31 0 2D 115 21 29
Octal 161 107 214 23 61 0 55 425 41 51
Binary 1110001 1000111 10001100 10011 110001 0 101101 100010101 100001 101001

Color Harmonies of #71478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71478C

Black with #71478C

Text Example


Text Example

White with #71478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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