#724EA5

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

Shades of Studio #724EA5

Tints of Studio #724EA5

Color information

#724EA5 (or 0x724EA5) is unknown color: approx Studio. HEX triplet: 72, 4E and A5. RGB value is (114,78,165). Sum of RGB (Red+Green+Blue) = 114+78+165=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #724EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EA5 is #8DB15A. Grayscale: #626262. Windows color (decimal): -9285979 or 10833522. OLE color: 10833522.

HSL color Cylindrical-coordinate representation of color #724EA5: hue angle of 264.83º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724EA5 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11478165-
CMYK0.310.5300.35
HSL264.83º35.8%47.65%-
HSV(B)264.83º52.73%64.71%-
XYZ16.4611.7437-
YUV98.68165.43138.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=31.93%
G=21.85%
B=46.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114781650.310.5300.35264.8335.847.65
Hex724EA51F350231092430
Octal16211624537650434114460
Binary1110010100111010100101111111101010100011100001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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