#72719D

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

Shades of Scampi #72719D

Tints of Scampi #72719D

Color information

#72719D (or 0x72719D) is unknown color: approx Scampi. HEX triplet: 72, 71 and 9D. RGB value is (114,113,157). Sum of RGB (Red+Green+Blue) = 114+113+157=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #72719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72719D is #8D8E62. Grayscale: #767676. Windows color (decimal): -9277027 or 10318194. OLE color: 10318194.

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

Color convert

RGB114113157-
CMYK0.270.2800.38
HSL241.36º18.33%52.94%-
HSV(B)241.36º28.03%61.57%-
XYZ18.9317.8234.34-
YUV118.32149.83124.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=29.69%
G=29.43%
B=40.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141131570.270.2800.38241.3618.3352.94
Hex72719D1B1C026f11235
Octal16216123533340463612265
Binary1110010111000110011101110111110001001101111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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