#72609C

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

Shades of Scampi #72609C

Tints of Scampi #72609C

Color information

#72609C (or 0x72609C) is unknown color: approx Scampi. HEX triplet: 72, 60 and 9C. RGB value is (114,96,156). Sum of RGB (Red+Green+Blue) = 114+96+156=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #72609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72609C is #8D9F63. Grayscale: #6C6C6C. Windows color (decimal): -9281380 or 10248306. OLE color: 10248306.

HSL color Cylindrical-coordinate representation of color #72609C: hue angle of 258º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72609C is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11496156-
CMYK0.270.3800.39
HSL258º23.81%49.41%-
HSV(B)258º38.46%61.18%-
XYZ17.1214.3433.32-
YUV108.22154.96132.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=31.15%
G=26.23%
B=42.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114961560.270.3800.3925823.8149.41
Hex72609C1B260271021831
Octal16214023433460474023061
Binary111001011000001001110011011100110010011110000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,96,156); }

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

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

 a { background-color: rgb(114,96,156); }

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

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

 span { border-color: rgb(114,96,156); }

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