Html Css Color HEX #724480 Affair

📋 copy color: '#724480'

red 114 ◦ green 68 ◦ blue 128

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

Shades of Affair #724480

Tints of Affair #724480

RGB

 RED value IS 114 (44.92% from 255) = 36.77%

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 36.77%
G = 21.94%
B = 41.29%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#724480 (or 0x724480) is known color: Affair. HEX triplet: 72, 44 and 80. RGB value is (114,68,128). Sum of RGB (Red+Green+Blue) = 114+68+128=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #724480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724480 is #8DBB7F. Grayscale: #585858. Windows color (decimal): -9288576 or 8406130. OLE color: 8406130.

HSL color Cylindrical-coordinate representation of color #724480: hue angle of 286º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #724480 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 68 128 -
CMYK 0.11 0.47 0 0.50
HSL 286º 0.31% 0.38% -
HSV(B) 286º 0.47% 0.5% -
XYZ 12.9 9.27 21.53 -
YUV 88.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 114 68 128 0.11 0.47 0 0.50 286 0.31 0.38
Hex 72 44 80 B 2F 0 32 11E 1F 26
Octal 162 104 200 13 57 0 62 436 37 46
Binary 1110010 1000100 10000000 1011 101111 0 110010 100011110 11111 100110

Color Harmonies of #724480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724480

Black with #724480

Text Example


Text Example

White with #724480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724480; }

 p { color: rgb(114,68,128); }

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

background-color css

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

 a { background-color: rgb(114,68,128); }

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

border-color css

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

 span { border-color: rgb(114,68,128); }

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