Html Css Color HEX #71568B Affair

📋 copy color: '#71568B'

red 113 ◦ green 86 ◦ blue 139

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

Shades of Affair #71568B

Tints of Affair #71568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

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

R = 33.43%
G = 25.44%
B = 41.12%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71568B (or 0x71568B) is known color: Affair. HEX triplet: 71, 56 and 8B. RGB value is (113,86,139). Sum of RGB (Red+Green+Blue) = 113+86+139=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #71568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71568B is #8EA974. Grayscale: #636363. Windows color (decimal): -9349493 or 9131633. OLE color: 9131633.

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

Color convert

RGB 113 86 139 -
CMYK 0.19 0.38 0 0.45
HSL 270.57º 0.24% 0.44% -
HSV(B) 270.57º 0.38% 0.55% -
XYZ 14.8 12.03 25.97 -
YUV 100.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 113 86 139 0.19 0.38 0 0.45 270.57 0.24 0.44
Hex 71 56 8B 13 26 0 2D 10F 18 2C
Octal 161 126 213 23 46 0 55 417 30 54
Binary 1110001 1010110 10001011 10011 100110 0 101101 100001111 11000 101100

Color Harmonies of #71568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71568B

Black with #71568B

Text Example


Text Example

White with #71568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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