Html Css Color HEX #72478C Affair

📋 copy color: '#72478C'

red 114 ◦ green 71 ◦ blue 140

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

Shades of Affair #72478C

Tints of Affair #72478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 35.08%
G = 21.85%
B = 43.08%

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

#72478C (or 0x72478C) is known color: Affair. HEX triplet: 72, 47 and 8C. RGB value is (114,71,140). Sum of RGB (Red+Green+Blue) = 114+71+140=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #72478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72478C is #8DB873. Grayscale: #5B5B5B. Windows color (decimal): -9287796 or 9193330. OLE color: 9193330.

HSL color Cylindrical-coordinate representation of color #72478C: hue angle of 277.39º degrees, saturation: 0.33, 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 #72478C is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 71 140 -
CMYK 0.19 0.49 0 0.45
HSL 277.39º 0.33% 0.41% -
HSV(B) 277.39º 0.49% 0.55% -
XYZ 13.93 9.98 26 -
YUV 91.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 114 71 140 0.19 0.49 0 0.45 277.39 0.33 0.41
Hex 72 47 8C 13 31 0 2D 115 21 29
Octal 162 107 214 23 61 0 55 425 41 51
Binary 1110010 1000111 10001100 10011 110001 0 101101 100010101 100001 101001

Color Harmonies of #72478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72478C

Black with #72478C

Text Example


Text Example

White with #72478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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