Html Css Color HEX #724482 Affair

📋 copy color: '#724482'

red 114 ◦ green 68 ◦ blue 130

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

Shades of Affair #724482

Tints of Affair #724482

RGB

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

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

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

R = 36.54%
G = 21.79%
B = 41.67%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#724482 (or 0x724482) is known color: Affair. HEX triplet: 72, 44 and 82. RGB value is (114,68,130). Sum of RGB (Red+Green+Blue) = 114+68+130=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #724482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724482 is #8DBB7D. Grayscale: #585858. Windows color (decimal): -9288574 or 8537202. OLE color: 8537202.

HSL color Cylindrical-coordinate representation of color #724482: hue angle of 284.52º 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 #724482 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 68 130 -
CMYK 0.12 0.48 0 0.49
HSL 284.52º 0.31% 0.39% -
HSV(B) 284.52º 0.48% 0.51% -
XYZ 13.04 9.32 22.23 -
YUV 88.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 114 68 130 0.12 0.48 0 0.49 284.52 0.31 0.39
Hex 72 44 82 C 30 0 31 11D 1F 27
Octal 162 104 202 14 60 0 61 435 37 47
Binary 1110010 1000100 10000010 1100 110000 0 110001 100011101 11111 100111

Color Harmonies of #724482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724482

Black with #724482

Text Example


Text Example

White with #724482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724482; }

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

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

background-color css

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

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

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

border-color css

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

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

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