Html Css Color HEX #71428D Affair

📋 copy color: '#71428D'

red 113 ◦ green 66 ◦ blue 141

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

Shades of Affair #71428D

Tints of Affair #71428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 35.31%
G = 20.63%
B = 44.06%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71428D (or 0x71428D) is known color: Affair. HEX triplet: 71, 42 and 8D. RGB value is (113,66,141). Sum of RGB (Red+Green+Blue) = 113+66+141=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #71428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71428D is #8EBD72. Grayscale: #585858. Windows color (decimal): -9354611 or 9257585. OLE color: 9257585.

HSL color Cylindrical-coordinate representation of color #71428D: hue angle of 277.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71428D is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 66 141 -
CMYK 0.20 0.53 0 0.45
HSL 277.6º 0.36% 0.41% -
HSV(B) 277.6º 0.53% 0.55% -
XYZ 13.57 9.33 26.29 -
YUV 88.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 113 66 141 0.20 0.53 0 0.45 277.6 0.36 0.41
Hex 71 42 8D 14 35 0 2D 116 24 29
Octal 161 102 215 24 65 0 55 426 44 51
Binary 1110001 1000010 10001101 10100 110101 0 101101 100010110 100100 101001

Color Harmonies of #71428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71428D

Black with #71428D

Text Example


Text Example

White with #71428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71428D; }

 p { color: rgb(113,66,141); }

 H1.HeaderClassName
 {
   color: #71428D;
 }
 .AnyTagClassName
 {
   color: #71428D;
 }
</style>

background-color css

<style>
 a { background-color: #71428D; }

 a { background-color: rgb(113,66,141); }

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

border-color css

<style>
 span { border-color: #71428D; }

 span { border-color: rgb(113,66,141); }

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