#725199

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

Shades of Studio #725199

Tints of Studio #725199

Color information

#725199 (or 0x725199) is unknown color: approx Studio. HEX triplet: 72, 51 and 99. RGB value is (114,81,153). Sum of RGB (Red+Green+Blue) = 114+81+153=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #725199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725199 is #8DAE66. Grayscale: #626262. Windows color (decimal): -9285223 or 10047858. OLE color: 10047858.

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

Color convert

RGB11481153-
CMYK0.250.4700.4
HSL267.5º30.77%45.88%-
HSV(B)267.5º47.06%60%-
XYZ15.6311.7631.58-
YUV99.07158.43138.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=32.76%
G=23.28%
B=43.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114811530.250.4700.4267.530.7745.88
Hex725199192F02810c1f2e
Octal16212123131570504143756
Binary111001010100011001100111001101111010100010000110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725199; }

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

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

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

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

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

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

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

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