#724A93

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

Shades of Studio #724A93

Tints of Studio #724A93

Color information

#724A93 (or 0x724A93) is unknown color: approx Studio. HEX triplet: 72, 4A and 93. RGB value is (114,74,147). Sum of RGB (Red+Green+Blue) = 114+74+147=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #724A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724A93 is #8DB56C. Grayscale: #5E5E5E. Windows color (decimal): -9287021 or 9652850. OLE color: 9652850.

HSL color Cylindrical-coordinate representation of color #724A93: hue angle of 272.88º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724A93 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11474147-
CMYK0.220.5000.42
HSL272.88º33.03%43.33%-
HSV(B)272.88º49.66%57.65%-
XYZ14.6510.5828.87-
YUV94.28157.75142.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=34.03%
G=22.09%
B=43.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114741470.220.5000.42272.8833.0343.33
Hex724A93163202A111212b
Octal16211222326620524214153
Binary1110010100101010010011101101100100101010100010001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724A93; }

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

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

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

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

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

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

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

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