Html Css Color HEX #714482 Affair

📋 copy color: '#714482'

red 113 ◦ green 68 ◦ blue 130

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

Shades of Affair #714482

Tints of Affair #714482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 36.33%
G = 21.86%
B = 41.8%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#714482 (or 0x714482) is known color: Affair. HEX triplet: 71, 44 and 82. RGB value is (113,68,130). Sum of RGB (Red+Green+Blue) = 113+68+130=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #714482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714482 is #8EBB7D. Grayscale: #585858. Windows color (decimal): -9354110 or 8537201. OLE color: 8537201.

HSL color Cylindrical-coordinate representation of color #714482: hue angle of 283.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714482 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 68 130 -
CMYK 0.13 0.48 0 0.49
HSL 283.55º 0.31% 0.39% -
HSV(B) 283.55º 0.48% 0.51% -
XYZ 12.91 9.26 22.23 -
YUV 88.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 113 68 130 0.13 0.48 0 0.49 283.55 0.31 0.39
Hex 71 44 82 D 30 0 31 11C 1F 27
Octal 161 104 202 15 60 0 61 434 37 47
Binary 1110001 1000100 10000010 1101 110000 0 110001 100011100 11111 100111

Color Harmonies of #714482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714482

Black with #714482

Text Example


Text Example

White with #714482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714482; }

 p { color: rgb(113,68,130); }

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

background-color css

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

 a { background-color: rgb(113,68,130); }

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

border-color css

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

 span { border-color: rgb(113,68,130); }

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