#724FAD

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

Shades of Studio #724FAD

Tints of Studio #724FAD

Color information

#724FAD (or 0x724FAD) is unknown color: approx Studio. HEX triplet: 72, 4F and AD. RGB value is (114,79,173). Sum of RGB (Red+Green+Blue) = 114+79+173=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #724FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724FAD is #8DB052. Grayscale: #636363. Windows color (decimal): -9285715 or 11358066. OLE color: 11358066.

HSL color Cylindrical-coordinate representation of color #724FAD: hue angle of 262.34º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724FAD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11479173-
CMYK0.340.5400.32
HSL262.34º37.3%49.41%-
HSV(B)262.34º54.34%67.84%-
XYZ17.2812.1940.98-
YUV100.18169.1137.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=31.15%
G=21.58%
B=47.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114791730.340.5400.32262.3437.349.41
Hex724FAD22360201062531
Octal16211725542660404064561
Binary11100101001111101011011000101101100100000100000110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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