Html Css Color HEX #72478B Affair

📋 copy color: '#72478B'

red 114 ◦ green 71 ◦ blue 139

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

Shades of Affair #72478B

Tints of Affair #72478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 35.19%
G = 21.91%
B = 42.9%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72478B (or 0x72478B) is known color: Affair. HEX triplet: 72, 47 and 8B. RGB value is (114,71,139). Sum of RGB (Red+Green+Blue) = 114+71+139=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #72478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72478B is #8DB874. Grayscale: #5B5B5B. Windows color (decimal): -9287797 or 9127794. OLE color: 9127794.

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

Color convert

RGB 114 71 139 -
CMYK 0.18 0.49 0 0.45
HSL 277.94º 0.32% 0.41% -
HSV(B) 277.94º 0.49% 0.55% -
XYZ 13.85 9.95 25.62 -
YUV 91.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 114 71 139 0.18 0.49 0 0.45 277.94 0.32 0.41
Hex 72 47 8B 12 31 0 2D 116 20 29
Octal 162 107 213 22 61 0 55 426 40 51
Binary 1110010 1000111 10001011 10010 110001 0 101101 100010110 100000 101001

Color Harmonies of #72478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72478B

Black with #72478B

Text Example


Text Example

White with #72478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72478B; }

 p { color: rgb(114,71,139); }

 H1.HeaderClassName
 {
   color: #72478B;
 }
 .AnyTagClassName
 {
   color: #72478B;
 }
</style>

background-color css

<style>
 a { background-color: #72478B; }

 a { background-color: rgb(114,71,139); }

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

border-color css

<style>
 span { border-color: #72478B; }

 span { border-color: rgb(114,71,139); }

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