#725599

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

Shades of Studio #725599

Tints of Studio #725599

Color information

#725599 (or 0x725599) is unknown color: approx Studio. HEX triplet: 72, 55 and 99. RGB value is (114,85,153). Sum of RGB (Red+Green+Blue) = 114+85+153=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #725599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725599 is #8DAA66. Grayscale: #656565. Windows color (decimal): -9284199 or 10048882. OLE color: 10048882.

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

Color convert

RGB11485153-
CMYK0.250.4400.4
HSL265.59º28.57%46.67%-
HSV(B)265.59º44.44%60%-
XYZ15.9412.3731.69-
YUV101.42157.11136.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=32.39%
G=24.15%
B=43.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114851530.250.4400.4265.5928.5746.67
Hex725599192C02810a1d2f
Octal16212523131540504123557
Binary111001010101011001100111001101100010100010000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725599; }

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

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

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

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

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

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

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

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