#725099

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

Shades of Studio #725099

Tints of Studio #725099

Color information

#725099 (or 0x725099) is unknown color: approx Studio. HEX triplet: 72, 50 and 99. RGB value is (114,80,153). Sum of RGB (Red+Green+Blue) = 114+80+153=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #725099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725099 is #8DAF66. Grayscale: #626262. Windows color (decimal): -9285479 or 10047602. OLE color: 10047602.

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

Color convert

RGB11480153-
CMYK0.250.4800.4
HSL267.95º31.33%45.69%-
HSV(B)267.95º47.71%60%-
XYZ15.5611.6131.56-
YUV98.49158.76139.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=32.85%
G=23.05%
B=44.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114801530.250.4800.4267.9531.3345.69
Hex725099193002810c1f2e
Octal16212023131600504143756
Binary111001010100001001100111001110000010100010000110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725099; }

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

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

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

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

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

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

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

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