#724394

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

Shades of Studio #724394

Tints of Studio #724394

Color information

#724394 (or 0x724394) is unknown color: approx Studio. HEX triplet: 72, 43 and 94. RGB value is (114,67,148). Sum of RGB (Red+Green+Blue) = 114+67+148=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #724394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724394 is #8DBC6B. Grayscale: #5A5A5A. Windows color (decimal): -9288812 or 9716594. OLE color: 9716594.

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

Color convert

RGB11467148-
CMYK0.230.5500.42
HSL274.81º37.67%42.16%-
HSV(B)274.81º54.73%58.04%-
XYZ14.299.7329.14-
YUV90.29160.57144.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=34.65%
G=20.36%
B=44.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114671480.230.5500.42274.8137.6742.16
Hex724394173702A113262a
Octal16210322427670524234652
Binary1110010100001110010100101111101110101010100010011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724394; }

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

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

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

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

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

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

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

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