#724393

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

Shades of Studio #724393

Tints of Studio #724393

Color information

#724393 (or 0x724393) is unknown color: approx Studio. HEX triplet: 72, 43 and 93. RGB value is (114,67,147). Sum of RGB (Red+Green+Blue) = 114+67+147=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #724393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724393 is #8DBC6C. Grayscale: #595959. Windows color (decimal): -9288813 or 9651058. OLE color: 9651058.

HSL color Cylindrical-coordinate representation of color #724393: hue angle of 275.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724393 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11467147-
CMYK0.220.5400.42
HSL275.25º37.38%41.96%-
HSV(B)275.25º54.42%57.65%-
XYZ14.219.728.73-
YUV90.17160.07145-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=34.76%
G=20.43%
B=44.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114671470.220.5400.42275.2537.3841.96
Hex724393163602A113252a
Octal16210322326660524234552
Binary1110010100001110010011101101101100101010100010011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724393; }

 p { color: rgb(114,67,147); }

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

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

 a { background-color: rgb(114,67,147); }

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

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

 span { border-color: rgb(114,67,147); }

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