#724EAA

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

Shades of Studio #724EAA

Tints of Studio #724EAA

Color information

#724EAA (or 0x724EAA) is unknown color: approx Studio. HEX triplet: 72, 4E and AA. RGB value is (114,78,170). Sum of RGB (Red+Green+Blue) = 114+78+170=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #724EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EAA is #8DB155. Grayscale: #626262. Windows color (decimal): -9285974 or 11161202. OLE color: 11161202.

HSL color Cylindrical-coordinate representation of color #724EAA: hue angle of 263.48º 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 #724EAA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11478170-
CMYK0.330.5400.33
HSL263.48º37.1%48.63%-
HSV(B)263.48º54.12%66.67%-
XYZ16.9211.9339.44-
YUV99.25167.93138.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=31.49%
G=21.55%
B=46.96%

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
Decimal114781700.330.5400.33263.4837.148.63
Hex724EAA21360211072531
Octal16211625241660414074561
Binary11100101001110101010101000011101100100001100000111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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