#72699F

Color #72699F Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #72699F

Tints of Scampi #72699F

Color information

#72699F (or 0x72699F) is unknown color: approx Scampi. HEX triplet: 72, 69 and 9F. RGB value is (114,105,159). Sum of RGB (Red+Green+Blue) = 114+105+159=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #72699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72699F is #8D9660. Grayscale: #717171. Windows color (decimal): -9279073 or 10447218. OLE color: 10447218.

HSL color Cylindrical-coordinate representation of color #72699F: hue angle of 250º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72699F is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114105159-
CMYK0.280.3400.38
HSL250º21.95%51.76%-
HSV(B)250º33.96%62.35%-
XYZ18.2516.1834.96-
YUV113.85153.48128.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=30.16%
G=27.78%
B=42.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141051590.280.3400.3825021.9551.76
Hex72699F1C22026fa1634
Octal16215123734420463722664
Binary11100101101001100111111110010001001001101111101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72699F; }

 p { color: rgb(114,105,159); }

 H1.HeaderClassName
 {
   color: #72699F;
 }
 .AnyTagClassName
 {
   color: #72699F;
 }
</style>
background-color css

<style>
 a { background-color: #72699F; }

 a { background-color: rgb(114,105,159); }

 div.DivClassName
 {
   background-color: #72699F;
 }
 .BgClassName
 {
   background-color: #72699F;
 }
</style>
border-color css

<style>
 span { border-color: #72699F; }

 span { border-color: rgb(114,105,159); }

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