#72619F

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

Shades of Scampi #72619F

Tints of Scampi #72619F

Color information

#72619F (or 0x72619F) is unknown color: approx Scampi. HEX triplet: 72, 61 and 9F. RGB value is (114,97,159). Sum of RGB (Red+Green+Blue) = 114+97+159=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #72619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72619F is #8D9E60. Grayscale: #6C6C6C. Windows color (decimal): -9281121 or 10445170. OLE color: 10445170.

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

Color convert

RGB11497159-
CMYK0.280.3900.38
HSL256.45º24.41%50.2%-
HSV(B)256.45º38.99%62.35%-
XYZ17.4714.6334.7-
YUV109.15156.13131.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=30.81%
G=26.22%
B=42.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114971590.280.3900.38256.4524.4150.2
Hex72619F1C270261001832
Octal16214123734470464003062
Binary111001011000011001111111100100111010011010000000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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