Html Css Color HEX #71418A Affair

📋 copy color: '#71418A'

red 113 ◦ green 65 ◦ blue 138

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

Shades of Affair #71418A

Tints of Affair #71418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 35.76%
G = 20.57%
B = 43.67%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71418A (or 0x71418A) is known color: Affair. HEX triplet: 71, 41 and 8A. RGB value is (113,65,138). Sum of RGB (Red+Green+Blue) = 113+65+138=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #71418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71418A is #8EBE75. Grayscale: #575757. Windows color (decimal): -9354870 or 9060721. OLE color: 9060721.

HSL color Cylindrical-coordinate representation of color #71418A: hue angle of 279.45º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71418A is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 65 138 -
CMYK 0.18 0.53 0 0.46
HSL 279.45º 0.36% 0.4% -
HSV(B) 279.45º 0.53% 0.54% -
XYZ 13.29 9.13 25.11 -
YUV 87.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 113 65 138 0.18 0.53 0 0.46 279.45 0.36 0.4
Hex 71 41 8A 12 35 0 2E 117 24 28
Octal 161 101 212 22 65 0 56 427 44 50
Binary 1110001 1000001 10001010 10010 110101 0 101110 100010111 100100 101000

Color Harmonies of #71418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71418A

Black with #71418A

Text Example


Text Example

White with #71418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71418A; }

 p { color: rgb(113,65,138); }

 H1.HeaderClassName
 {
   color: #71418A;
 }
 .AnyTagClassName
 {
   color: #71418A;
 }
</style>

background-color css

<style>
 a { background-color: #71418A; }

 a { background-color: rgb(113,65,138); }

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

border-color css

<style>
 span { border-color: #71418A; }

 span { border-color: rgb(113,65,138); }

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