Html Css Color HEX #724A83 Affair

📋 copy color: '#724A83'

red 114 ◦ green 74 ◦ blue 131

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

Shades of Affair #724A83

Tints of Affair #724A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 35.74%
G = 23.2%
B = 41.07%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#724A83 (or 0x724A83) is known color: Affair. HEX triplet: 72, 4A and 83. RGB value is (114,74,131). Sum of RGB (Red+Green+Blue) = 114+74+131=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #724A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724A83 is #8DB57C. Grayscale: #5C5C5C. Windows color (decimal): -9287037 or 8604274. OLE color: 8604274.

HSL color Cylindrical-coordinate representation of color #724A83: hue angle of 282.11º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724A83 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 74 131 -
CMYK 0.13 0.44 0 0.49
HSL 282.11º 0.28% 0.4% -
HSV(B) 282.11º 0.44% 0.51% -
XYZ 13.48 10.11 22.71 -
YUV 92.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 114 74 131 0.13 0.44 0 0.49 282.11 0.28 0.4
Hex 72 4A 83 D 2C 0 31 11A 1C 28
Octal 162 112 203 15 54 0 61 432 34 50
Binary 1110010 1001010 10000011 1101 101100 0 110001 100011010 11100 101000

Color Harmonies of #724A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A83

Black with #724A83

Text Example


Text Example

White with #724A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,74,131); }

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

background-color css

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

 a { background-color: rgb(114,74,131); }

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

border-color css

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

 span { border-color: rgb(114,74,131); }

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