Html Css Color HEX #72527D Affair

📋 copy color: '#72527D'

red 114 ◦ green 82 ◦ blue 125

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

Shades of Affair #72527D

Tints of Affair #72527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

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

R = 35.51%
G = 25.55%
B = 38.94%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72527D (or 0x72527D) is known color: Affair. HEX triplet: 72, 52 and 7D. RGB value is (114,82,125). Sum of RGB (Red+Green+Blue) = 114+82+125=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #72527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72527D is #8DAD82. Grayscale: #606060. Windows color (decimal): -9284995 or 8213106. OLE color: 8213106.

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

Color convert

RGB 114 82 125 -
CMYK 0.09 0.34 0 0.51
HSL 284.65º 0.21% 0.41% -
HSV(B) 284.65º 0.34% 0.49% -
XYZ 13.66 11.09 20.82 -
YUV 96.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 114 82 125 0.09 0.34 0 0.51 284.65 0.21 0.41
Hex 72 52 7D 9 22 0 33 11D 15 29
Octal 162 122 175 11 42 0 63 435 25 51
Binary 1110010 1010010 1111101 1001 100010 0 110011 100011101 10101 101001

Color Harmonies of #72527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72527D

Black with #72527D

Text Example


Text Example

White with #72527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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