#725899

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

Shades of Studio #725899

Tints of Studio #725899

Color information

#725899 (or 0x725899) is unknown color: approx Studio. HEX triplet: 72, 58 and 99. RGB value is (114,88,153). Sum of RGB (Red+Green+Blue) = 114+88+153=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #725899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725899 is #8DA766. Grayscale: #666666. Windows color (decimal): -9283431 or 10049650. OLE color: 10049650.

HSL color Cylindrical-coordinate representation of color #725899: hue angle of 264º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725899 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11488153-
CMYK0.250.4200.4
HSL264º26.97%47.25%-
HSV(B)264º42.48%60%-
XYZ16.1812.8631.77-
YUV103.18156.11135.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=32.11%
G=24.79%
B=43.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114881530.250.4200.426426.9747.25
Hex725899192A0281081b2f
Octal16213023131520504103357
Binary111001010110001001100111001101010010100010000100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725899; }

 p { color: rgb(114,88,153); }

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

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

 a { background-color: rgb(114,88,153); }

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

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

 span { border-color: rgb(114,88,153); }

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