#725299

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

Shades of Studio #725299

Tints of Studio #725299

Color information

#725299 (or 0x725299) is unknown color: approx Studio. HEX triplet: 72, 52 and 99. RGB value is (114,82,153). Sum of RGB (Red+Green+Blue) = 114+82+153=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #725299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725299 is #8DAD66. Grayscale: #636363. Windows color (decimal): -9284967 or 10048114. OLE color: 10048114.

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

Color convert

RGB11482153-
CMYK0.250.4600.4
HSL267.04º30.21%46.08%-
HSV(B)267.04º46.41%60%-
XYZ15.7111.9131.61-
YUV99.66158.1138.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=32.66%
G=23.50%
B=43.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114821530.250.4600.4267.0430.2146.08
Hex725299192E02810b1e2e
Octal16212223131560504133656
Binary111001010100101001100111001101110010100010000101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725299; }

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

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

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

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

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

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

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

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