#724B9A

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

Shades of Studio #724B9A

Tints of Studio #724B9A

Color information

#724B9A (or 0x724B9A) is unknown color: approx Studio. HEX triplet: 72, 4B and 9A. RGB value is (114,75,154). Sum of RGB (Red+Green+Blue) = 114+75+154=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #724B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B9A is #8DB465. Grayscale: #5F5F5F. Windows color (decimal): -9286758 or 10111858. OLE color: 10111858.

HSL color Cylindrical-coordinate representation of color #724B9A: hue angle of 269.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724B9A is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11475154-
CMYK0.260.5100.40
HSL269.62º34.5%44.9%-
HSV(B)269.62º51.3%60.39%-
XYZ15.2910.9431.88-
YUV95.67160.92141.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=33.24%
G=21.87%
B=44.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114751540.260.5100.40269.6234.544.9
Hex724B9A1A3302810e222d
Octal16211323232630504164255
Binary1110010100101110011010110101100110101000100001110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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