#725799

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

Shades of Studio #725799

Tints of Studio #725799

Color information

#725799 (or 0x725799) is unknown color: approx Studio. HEX triplet: 72, 57 and 99. RGB value is (114,87,153). Sum of RGB (Red+Green+Blue) = 114+87+153=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #725799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725799 is #8DA866. Grayscale: #666666. Windows color (decimal): -9283687 or 10049394. OLE color: 10049394.

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

Color convert

RGB11487153-
CMYK0.250.4300.4
HSL264.55º27.5%47.06%-
HSV(B)264.55º43.14%60%-
XYZ16.112.6931.74-
YUV102.6156.45136.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=32.20%
G=24.58%
B=43.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114871530.250.4300.4264.5527.547.06
Hex725799192B0281091b2f
Octal16212723131530504113357
Binary111001010101111001100111001101011010100010000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725799; }

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

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

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

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

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

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

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

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