#724EAB

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

Shades of Studio #724EAB

Tints of Studio #724EAB

Color information

#724EAB (or 0x724EAB) is unknown color: approx Studio. HEX triplet: 72, 4E and AB. RGB value is (114,78,171). Sum of RGB (Red+Green+Blue) = 114+78+171=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #724EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EAB is #8DB154. Grayscale: #636363. Windows color (decimal): -9285973 or 11226738. OLE color: 11226738.

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

Color convert

RGB11478171-
CMYK0.330.5400.33
HSL263.23º37.35%48.82%-
HSV(B)263.23º54.39%67.06%-
XYZ17.0111.9739.94-
YUV99.37168.43138.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=31.40%
G=21.49%
B=47.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114781710.330.5400.33263.2337.3548.82
Hex724EAB21360211072531
Octal16211625341660414074561
Binary11100101001110101010111000011101100100001100000111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,78,171); }

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

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

 a { background-color: rgb(114,78,171); }

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

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

 span { border-color: rgb(114,78,171); }

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