Html Css Color HEX #71428B Affair

📋 copy color: '#71428B'

red 113 ◦ green 66 ◦ blue 139

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

Shades of Affair #71428B

Tints of Affair #71428B

RGB

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

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

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

R = 35.53%
G = 20.75%
B = 43.71%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71428B (or 0x71428B) is known color: Affair. HEX triplet: 71, 42 and 8B. RGB value is (113,66,139). Sum of RGB (Red+Green+Blue) = 113+66+139=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #71428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71428B is #8EBD74. Grayscale: #585858. Windows color (decimal): -9354613 or 9126513. OLE color: 9126513.

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

Color convert

RGB 113 66 139 -
CMYK 0.19 0.53 0 0.45
HSL 278.63º 0.36% 0.4% -
HSV(B) 278.63º 0.53% 0.55% -
XYZ 13.42 9.27 25.51 -
YUV 88.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 113 66 139 0.19 0.53 0 0.45 278.63 0.36 0.4
Hex 71 42 8B 13 35 0 2D 117 24 28
Octal 161 102 213 23 65 0 55 427 44 50
Binary 1110001 1000010 10001011 10011 110101 0 101101 100010111 100100 101000

Color Harmonies of #71428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71428B

Black with #71428B

Text Example


Text Example

White with #71428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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