Html Css Color HEX #72597D Affair

📋 copy color: '#72597D'

red 114 ◦ green 89 ◦ blue 125

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

Shades of Affair #72597D

Tints of Affair #72597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 34.76%
G = 27.13%
B = 38.11%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72597D (or 0x72597D) is known color: Affair. HEX triplet: 72, 59 and 7D. RGB value is (114,89,125). Sum of RGB (Red+Green+Blue) = 114+89+125=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #72597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72597D is #8DA682. Grayscale: #646464. Windows color (decimal): -9283203 or 8214898. OLE color: 8214898.

HSL color Cylindrical-coordinate representation of color #72597D: hue angle of 281.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72597D is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 89 125 -
CMYK 0.09 0.29 0 0.51
HSL 281.67º 0.17% 0.42% -
HSV(B) 281.67º 0.29% 0.49% -
XYZ 14.21 12.2 21.01 -
YUV 100.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 114 89 125 0.09 0.29 0 0.51 281.67 0.17 0.42
Hex 72 59 7D 9 1D 0 33 11A 11 2A
Octal 162 131 175 11 35 0 63 432 21 52
Binary 1110010 1011001 1111101 1001 11101 0 110011 100011010 10001 101010

Color Harmonies of #72597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72597D

Black with #72597D

Text Example


Text Example

White with #72597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72597D; }

 p { color: rgb(114,89,125); }

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

background-color css

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

 a { background-color: rgb(114,89,125); }

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

border-color css

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

 span { border-color: rgb(114,89,125); }

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