#724993

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

Shades of Studio #724993

Tints of Studio #724993

Color information

#724993 (or 0x724993) is unknown color: approx Studio. HEX triplet: 72, 49 and 93. RGB value is (114,73,147). Sum of RGB (Red+Green+Blue) = 114+73+147=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #724993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724993 is #8DB66C. Grayscale: #5D5D5D. Windows color (decimal): -9287277 or 9652594. OLE color: 9652594.

HSL color Cylindrical-coordinate representation of color #724993: hue angle of 273.24º degrees, saturation: 0.34, 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 #724993 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11473147-
CMYK0.220.5000.42
HSL273.24º33.64%43.14%-
HSV(B)273.24º50.34%57.65%-
XYZ14.5910.4528.85-
YUV93.7158.08142.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=34.13%
G=21.86%
B=44.01%

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
Decimal114731470.220.5000.42273.2433.6443.14
Hex724993163202A111222b
Octal16211122326620524214253
Binary1110010100100110010011101101100100101010100010001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724993; }

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

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

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

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

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

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

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

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