#724E9A

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

Shades of Studio #724E9A

Tints of Studio #724E9A

Color information

#724E9A (or 0x724E9A) is unknown color: approx Studio. HEX triplet: 72, 4E and 9A. RGB value is (114,78,154). Sum of RGB (Red+Green+Blue) = 114+78+154=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #724E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E9A is #8DB165. Grayscale: #616161. Windows color (decimal): -9285990 or 10112626. OLE color: 10112626.

HSL color Cylindrical-coordinate representation of color #724E9A: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #724E9A is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11478154-
CMYK0.260.4900.40
HSL268.42º32.76%45.49%-
HSV(B)268.42º49.35%60.39%-
XYZ15.511.3631.95-
YUV97.43159.93139.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=32.95%
G=22.54%
B=44.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114781540.260.4900.40268.4232.7645.49
Hex724E9A1A3102810c212d
Octal16211623232610504144155
Binary1110010100111010011010110101100010101000100001100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,78,154); }

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

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

 a { background-color: rgb(114,78,154); }

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

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

 span { border-color: rgb(114,78,154); }

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