#724BAE

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

Shades of Studio #724BAE

Tints of Studio #724BAE

Color information

#724BAE (or 0x724BAE) is unknown color: approx Studio. HEX triplet: 72, 4B and AE. RGB value is (114,75,174). Sum of RGB (Red+Green+Blue) = 114+75+174=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #724BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724BAE is #8DB451. Grayscale: #616161. Windows color (decimal): -9286738 or 11422578. OLE color: 11422578.

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

Color convert

RGB11475174-
CMYK0.340.5700.32
HSL263.64º39.76%48.82%-
HSV(B)263.64º56.9%68.24%-
XYZ17.111.6741.4-
YUV97.95170.92139.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=31.40%
G=20.66%
B=47.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114751740.340.5700.32263.6439.7648.82
Hex724BAE22390201082831
Octal16211325642710404105061
Binary11100101001011101011101000101110010100000100001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,75,174); }

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

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

 a { background-color: rgb(114,75,174); }

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

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

 span { border-color: rgb(114,75,174); }

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