#72639D

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

Shades of Scampi #72639D

Tints of Scampi #72639D

Color information

#72639D (or 0x72639D) is unknown color: approx Scampi. HEX triplet: 72, 63 and 9D. RGB value is (114,99,157). Sum of RGB (Red+Green+Blue) = 114+99+157=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #72639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72639D is #8D9C62. Grayscale: #6D6D6D. Windows color (decimal): -9280611 or 10314610. OLE color: 10314610.

HSL color Cylindrical-coordinate representation of color #72639D: hue angle of 255.52º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72639D is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11499157-
CMYK0.270.3700.38
HSL255.52º22.83%50.2%-
HSV(B)255.52º36.94%61.57%-
XYZ17.4914.9433.86-
YUV110.1154.47130.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=30.81%
G=26.76%
B=42.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114991570.270.3700.38255.5222.8350.2
Hex72639D1B250261001732
Octal16214323533450464002762
Binary111001011000111001110111011100101010011010000000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72639D; }

 p { color: rgb(114,99,157); }

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

<style>
 a { background-color: #72639D; }

 a { background-color: rgb(114,99,157); }

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

<style>
 span { border-color: #72639D; }

 span { border-color: rgb(114,99,157); }

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