#725495

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

Shades of Studio #725495

Tints of Studio #725495

Color information

#725495 (or 0x725495) is unknown color: approx Studio. HEX triplet: 72, 54 and 95. RGB value is (114,84,149). Sum of RGB (Red+Green+Blue) = 114+84+149=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #725495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725495 is #8DAB6A. Grayscale: #646464. Windows color (decimal): -9284459 or 9786482. OLE color: 9786482.

HSL color Cylindrical-coordinate representation of color #725495: hue angle of 267.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725495 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11484149-
CMYK0.230.4400.42
HSL267.69º27.9%45.69%-
HSV(B)267.69º43.62%58.43%-
XYZ15.5312.0929.95-
YUV100.38155.44137.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=32.85%
G=24.21%
B=42.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114841490.230.4400.42267.6927.945.69
Hex725495172C02A10c1c2e
Octal16212422527540524143456
Binary111001010101001001010110111101100010101010000110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725495; }

 p { color: rgb(114,84,149); }

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

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

 a { background-color: rgb(114,84,149); }

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

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

 span { border-color: rgb(114,84,149); }

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