#724F9E

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

Shades of Studio #724F9E

Tints of Studio #724F9E

Color information

#724F9E (or 0x724F9E) is unknown color: approx Studio. HEX triplet: 72, 4F and 9E. RGB value is (114,79,158). Sum of RGB (Red+Green+Blue) = 114+79+158=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #724F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F9E is #8DB061. Grayscale: #626262. Windows color (decimal): -9285730 or 10375026. OLE color: 10375026.

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

Color convert

RGB11479158-
CMYK0.280.5000.38
HSL266.58º33.33%46.47%-
HSV(B)266.58º50%61.96%-
XYZ15.9111.6433.76-
YUV98.47161.6139.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=32.48%
G=22.51%
B=45.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114791580.280.5000.38266.5833.3346.47
Hex724F9E1C3202610b212e
Octal16211723634620464134156
Binary1110010100111110011110111001100100100110100001011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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