#72599F

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

Shades of Scampi #72599F

Tints of Scampi #72599F

Color information

#72599F (or 0x72599F) is unknown color: approx Scampi. HEX triplet: 72, 59 and 9F. RGB value is (114,89,159). Sum of RGB (Red+Green+Blue) = 114+89+159=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #72599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72599F is #8DA660. Grayscale: #686868. Windows color (decimal): -9283169 or 10443122. OLE color: 10443122.

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

Color convert

RGB11489159-
CMYK0.280.4400.38
HSL261.43º28.23%48.63%-
HSV(B)261.43º44.03%62.35%-
XYZ16.7713.2334.47-
YUV104.46158.78134.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=31.49%
G=24.59%
B=43.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114891590.280.4400.38261.4328.2348.63
Hex72599F1C2C0261051c31
Octal16213123734540464053461
Binary111001010110011001111111100101100010011010000010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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