Html Css Color HEX #714281 Affair

📋 copy color: '#714281'

red 113 ◦ green 66 ◦ blue 129

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

Shades of Affair #714281

Tints of Affair #714281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 36.69%
G = 21.43%
B = 41.88%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#714281 (or 0x714281) is known color: Affair. HEX triplet: 71, 42 and 81. RGB value is (113,66,129). Sum of RGB (Red+Green+Blue) = 113+66+129=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #714281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714281 is #8EBD7E. Grayscale: #575757. Windows color (decimal): -9354623 or 8471153. OLE color: 8471153.

HSL color Cylindrical-coordinate representation of color #714281: hue angle of 284.76º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714281 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 66 129 -
CMYK 0.12 0.49 0 0.49
HSL 284.76º 0.32% 0.38% -
HSV(B) 284.76º 0.49% 0.51% -
XYZ 12.72 8.99 21.83 -
YUV 87.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 113 66 129 0.12 0.49 0 0.49 284.76 0.32 0.38
Hex 71 42 81 C 31 0 31 11D 20 26
Octal 161 102 201 14 61 0 61 435 40 46
Binary 1110001 1000010 10000001 1100 110001 0 110001 100011101 100000 100110

Color Harmonies of #714281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714281

Black with #714281

Text Example


Text Example

White with #714281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714281; }

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

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

background-color css

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

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

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

border-color css

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

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

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