#724BAC

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

Shades of Studio #724BAC

Tints of Studio #724BAC

Color information

#724BAC (or 0x724BAC) is unknown color: approx Studio. HEX triplet: 72, 4B and AC. RGB value is (114,75,172). Sum of RGB (Red+Green+Blue) = 114+75+172=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #724BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724BAC is #8DB453. Grayscale: #616161. Windows color (decimal): -9286740 or 11291506. OLE color: 11291506.

HSL color Cylindrical-coordinate representation of color #724BAC: hue angle of 264.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724BAC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11475172-
CMYK0.340.5600.33
HSL264.12º39.27%48.43%-
HSV(B)264.12º56.4%67.45%-
XYZ16.911.5940.38-
YUV97.72169.92139.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=31.58%
G=20.78%
B=47.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114751720.340.5600.33264.1239.2748.43
Hex724BAC22380211082730
Octal16211325442700414104760
Binary11100101001011101011001000101110000100001100001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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