Html Css Color HEX #724889 Affair

📋 copy color: '#724889'

red 114 ◦ green 72 ◦ blue 137

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

Shades of Affair #724889

Tints of Affair #724889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.29%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 35.29%
G = 22.29%
B = 42.41%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#724889 (or 0x724889) is known color: Affair. HEX triplet: 72, 48 and 89. RGB value is (114,72,137). Sum of RGB (Red+Green+Blue) = 114+72+137=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #724889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724889 is #8DB776. Grayscale: #5B5B5B. Windows color (decimal): -9287543 or 8996978. OLE color: 8996978.

HSL color Cylindrical-coordinate representation of color #724889: hue angle of 278.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #724889 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 72 137 -
CMYK 0.17 0.47 0 0.46
HSL 278.77º 0.31% 0.41% -
HSV(B) 278.77º 0.47% 0.54% -
XYZ 13.77 10.02 24.87 -
YUV 91.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 114 72 137 0.17 0.47 0 0.46 278.77 0.31 0.41
Hex 72 48 89 11 2F 0 2E 117 1F 29
Octal 162 110 211 21 57 0 56 427 37 51
Binary 1110010 1001000 10001001 10001 101111 0 101110 100010111 11111 101001

Color Harmonies of #724889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724889

Black with #724889

Text Example


Text Example

White with #724889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724889; }

 p { color: rgb(114,72,137); }

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

background-color css

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

 a { background-color: rgb(114,72,137); }

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

border-color css

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

 span { border-color: rgb(114,72,137); }

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