Html Css Color HEX #72488A Affair

📋 copy color: '#72488A'

red 114 ◦ green 72 ◦ blue 138

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

Shades of Affair #72488A

Tints of Affair #72488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 35.19%
G = 22.22%
B = 42.59%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72488A (or 0x72488A) is known color: Affair. HEX triplet: 72, 48 and 8A. RGB value is (114,72,138). Sum of RGB (Red+Green+Blue) = 114+72+138=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #72488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72488A is #8DB775. Grayscale: #5B5B5B. Windows color (decimal): -9287542 or 9062514. OLE color: 9062514.

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

Color convert

RGB 114 72 138 -
CMYK 0.17 0.48 0 0.46
HSL 278.18º 0.31% 0.41% -
HSV(B) 278.18º 0.48% 0.54% -
XYZ 13.84 10.05 25.25 -
YUV 92.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 114 72 138 0.17 0.48 0 0.46 278.18 0.31 0.41
Hex 72 48 8A 11 30 0 2E 116 1F 29
Octal 162 110 212 21 60 0 56 426 37 51
Binary 1110010 1001000 10001010 10001 110000 0 101110 100010110 11111 101001

Color Harmonies of #72488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72488A

Black with #72488A

Text Example


Text Example

White with #72488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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