#72609B

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

Shades of Scampi #72609B

Tints of Scampi #72609B

Color information

#72609B (or 0x72609B) is unknown color: approx Scampi. HEX triplet: 72, 60 and 9B. RGB value is (114,96,155). Sum of RGB (Red+Green+Blue) = 114+96+155=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #72609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72609B is #8D9F64. Grayscale: #6B6B6B. Windows color (decimal): -9281381 or 10182770. OLE color: 10182770.

HSL color Cylindrical-coordinate representation of color #72609B: hue angle of 258.31º 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 #72609B is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11496155-
CMYK0.260.3800.39
HSL258.31º23.51%49.22%-
HSV(B)258.31º38.06%60.78%-
XYZ17.0414.3132.87-
YUV108.11154.46132.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=31.23%
G=26.30%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114961550.260.3800.39258.3123.5149.22
Hex72609B1A260271021831
Octal16214023332460474023061
Binary111001011000001001101111010100110010011110000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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