#72659F

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

Shades of Scampi #72659F

Tints of Scampi #72659F

Color information

#72659F (or 0x72659F) is unknown color: approx Scampi. HEX triplet: 72, 65 and 9F. RGB value is (114,101,159). Sum of RGB (Red+Green+Blue) = 114+101+159=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #72659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72659F is #8D9A60. Grayscale: #6F6F6F. Windows color (decimal): -9280097 or 10446194. OLE color: 10446194.

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

Color convert

RGB114101159-
CMYK0.280.3600.38
HSL253.45º23.2%50.98%-
HSV(B)253.45º36.48%62.35%-
XYZ17.8515.3934.83-
YUV111.5154.81129.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=30.48%
G=27.01%
B=42.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141011590.280.3600.38253.4523.250.98
Hex72659F1C24026fd1733
Octal16214523734440463752763
Binary11100101100101100111111110010010001001101111110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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