#724EAD

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

Shades of Studio #724EAD

Tints of Studio #724EAD

Color information

#724EAD (or 0x724EAD) is unknown color: approx Studio. HEX triplet: 72, 4E and AD. RGB value is (114,78,173). Sum of RGB (Red+Green+Blue) = 114+78+173=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #724EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EAD is #8DB152. Grayscale: #636363. Windows color (decimal): -9285971 or 11357810. OLE color: 11357810.

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

Color convert

RGB11478173-
CMYK0.340.5500.32
HSL262.74º37.85%49.22%-
HSV(B)262.74º54.91%67.84%-
XYZ17.2112.0440.95-
YUV99.59169.43138.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=31.23%
G=21.37%
B=47.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114781730.340.5500.32262.7437.8549.22
Hex724EAD22370201072631
Octal16211625542670404074661
Binary11100101001110101011011000101101110100000100000111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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