#724D9E

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

Shades of Studio #724D9E

Tints of Studio #724D9E

Color information

#724D9E (or 0x724D9E) is unknown color: approx Studio. HEX triplet: 72, 4D and 9E. RGB value is (114,77,158). Sum of RGB (Red+Green+Blue) = 114+77+158=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #724D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724D9E is #8DB261. Grayscale: #616161. Windows color (decimal): -9286242 or 10374514. OLE color: 10374514.

HSL color Cylindrical-coordinate representation of color #724D9E: hue angle of 267.41º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724D9E is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11477158-
CMYK0.280.5100.38
HSL267.41º34.47%46.08%-
HSV(B)267.41º51.27%61.96%-
XYZ15.7611.3533.71-
YUV97.3162.26139.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=32.66%
G=22.06%
B=45.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114771580.280.5100.38267.4134.4746.08
Hex724D9E1C3302610b222e
Octal16211523634630464134256
Binary1110010100110110011110111001100110100110100001011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,158); }

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

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

 a { background-color: rgb(114,77,158); }

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

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

 span { border-color: rgb(114,77,158); }

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