#725396

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

Shades of Studio #725396

Tints of Studio #725396

Color information

#725396 (or 0x725396) is unknown color: approx Studio. HEX triplet: 72, 53 and 96. RGB value is (114,83,150). Sum of RGB (Red+Green+Blue) = 114+83+150=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #725396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725396 is #8DAC69. Grayscale: #636363. Windows color (decimal): -9284714 or 9851762. OLE color: 9851762.

HSL color Cylindrical-coordinate representation of color #725396: hue angle of 267.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725396 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11483150-
CMYK0.240.4500.41
HSL267.76º28.76%45.69%-
HSV(B)267.76º44.67%58.82%-
XYZ15.5411.9730.34-
YUV99.91156.27138.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=32.85%
G=23.92%
B=43.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114831500.240.4500.41267.7628.7645.69
Hex725396182D02910c1d2e
Octal16212322630550514143556
Binary111001010100111001011011000101101010100110000110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725396; }

 p { color: rgb(114,83,150); }

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

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

 a { background-color: rgb(114,83,150); }

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

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

 span { border-color: rgb(114,83,150); }

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