#725292

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

Shades of Studio #725292

Tints of Studio #725292

Color information

#725292 (or 0x725292) is unknown color: approx Studio. HEX triplet: 72, 52 and 92. RGB value is (114,82,146). Sum of RGB (Red+Green+Blue) = 114+82+146=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #725292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725292 is #8DAD6D. Grayscale: #626262. Windows color (decimal): -9284974 or 9589362. OLE color: 9589362.

HSL color Cylindrical-coordinate representation of color #725292: hue angle of 270º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725292 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11482146-
CMYK0.220.4400.43
HSL270º28.07%44.71%-
HSV(B)270º43.84%57.25%-
XYZ15.1511.6928.65-
YUV98.86154.6138.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=33.33%
G=23.98%
B=42.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114821460.220.4400.4327028.0744.71
Hex725292162C02B10e1c2d
Octal16212222226540534163455
Binary111001010100101001001010110101100010101110000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725292; }

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

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

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

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

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

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

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

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