Html Css Color HEX #71468C Affair

📋 copy color: '#71468C'

red 113 ◦ green 70 ◦ blue 140

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

Shades of Affair #71468C

Tints of Affair #71468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

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

R = 34.98%
G = 21.67%
B = 43.34%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71468C (or 0x71468C) is known color: Affair. HEX triplet: 71, 46 and 8C. RGB value is (113,70,140). Sum of RGB (Red+Green+Blue) = 113+70+140=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #71468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71468C is #8EB973. Grayscale: #5A5A5A. Windows color (decimal): -9353588 or 9193073. OLE color: 9193073.

HSL color Cylindrical-coordinate representation of color #71468C: hue angle of 276.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71468C is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 70 140 -
CMYK 0.19 0.50 0 0.45
HSL 276.86º 0.33% 0.41% -
HSV(B) 276.86º 0.5% 0.55% -
XYZ 13.73 9.78 25.98 -
YUV 90.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 113 70 140 0.19 0.50 0 0.45 276.86 0.33 0.41
Hex 71 46 8C 13 32 0 2D 115 21 29
Octal 161 106 214 23 62 0 55 425 41 51
Binary 1110001 1000110 10001100 10011 110010 0 101101 100010101 100001 101001

Color Harmonies of #71468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71468C

Black with #71468C

Text Example


Text Example

White with #71468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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