#72599B

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

Shades of Studio #72599B

Tints of Studio #72599B

Color information

#72599B (or 0x72599B) is unknown color: approx Studio. HEX triplet: 72, 59 and 9B. RGB value is (114,89,155). Sum of RGB (Red+Green+Blue) = 114+89+155=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #72599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72599B is #8DA664. Grayscale: #676767. Windows color (decimal): -9283173 or 10180978. OLE color: 10180978.

HSL color Cylindrical-coordinate representation of color #72599B: hue angle of 262.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72599B is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11489155-
CMYK0.260.4300.39
HSL262.73º27.05%47.84%-
HSV(B)262.73º42.58%60.78%-
XYZ16.4313.0932.67-
YUV104156.78135.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=31.84%
G=24.86%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114891550.260.4300.39262.7327.0547.84
Hex72599B1A2B0271071b30
Octal16213123332530474073360
Binary111001010110011001101111010101011010011110000011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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