Html Css Color HEX #72488D Affair

📋 copy color: '#72488D'

red 114 ◦ green 72 ◦ blue 141

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

Shades of Affair #72488D

Tints of Affair #72488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 34.86%
G = 22.02%
B = 43.12%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72488D (or 0x72488D) is known color: Affair. HEX triplet: 72, 48 and 8D. RGB value is (114,72,141). Sum of RGB (Red+Green+Blue) = 114+72+141=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #72488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72488D is #8DB772. Grayscale: #5C5C5C. Windows color (decimal): -9287539 or 9259122. OLE color: 9259122.

HSL color Cylindrical-coordinate representation of color #72488D: hue angle of 276.52º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72488D is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 72 141 -
CMYK 0.19 0.49 0 0.45
HSL 276.52º 0.32% 0.42% -
HSV(B) 276.52º 0.49% 0.55% -
XYZ 14.06 10.14 26.41 -
YUV 92.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 114 72 141 0.19 0.49 0 0.45 276.52 0.32 0.42
Hex 72 48 8D 13 31 0 2D 115 20 2A
Octal 162 110 215 23 61 0 55 425 40 52
Binary 1110010 1001000 10001101 10011 110001 0 101101 100010101 100000 101010

Color Harmonies of #72488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72488D

Black with #72488D

Text Example


Text Example

White with #72488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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