Html Css Color HEX #724B88 Affair

📋 copy color: '#724B88'

red 114 ◦ green 75 ◦ blue 136

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

Shades of Affair #724B88

Tints of Affair #724B88

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 35.08%
G = 23.08%
B = 41.85%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#724B88 (or 0x724B88) is known color: Affair. HEX triplet: 72, 4B and 88. RGB value is (114,75,136). Sum of RGB (Red+Green+Blue) = 114+75+136=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #724B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B88 is #8DB477. Grayscale: #5D5D5D. Windows color (decimal): -9286776 or 8932210. OLE color: 8932210.

HSL color Cylindrical-coordinate representation of color #724B88: hue angle of 278.36º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #724B88 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 75 136 -
CMYK 0.16 0.45 0 0.47
HSL 278.36º 0.29% 0.41% -
HSV(B) 278.36º 0.45% 0.53% -
XYZ 13.9 10.39 24.56 -
YUV 93.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 114 75 136 0.16 0.45 0 0.47 278.36 0.29 0.41
Hex 72 4B 88 10 2D 0 2F 116 1D 29
Octal 162 113 210 20 55 0 57 426 35 51
Binary 1110010 1001011 10001000 10000 101101 0 101111 100010110 11101 101001

Color Harmonies of #724B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B88

Black with #724B88

Text Example


Text Example

White with #724B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724B88; }

 p { color: rgb(114,75,136); }

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

background-color css

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

 a { background-color: rgb(114,75,136); }

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

border-color css

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

 span { border-color: rgb(114,75,136); }

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