#724B92

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

Shades of Studio #724B92

Tints of Studio #724B92

Color information

#724B92 (or 0x724B92) is unknown color: approx Studio. HEX triplet: 72, 4B and 92. RGB value is (114,75,146). Sum of RGB (Red+Green+Blue) = 114+75+146=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #724B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B92 is #8DB46D. Grayscale: #5E5E5E. Windows color (decimal): -9286766 or 9587570. OLE color: 9587570.

HSL color Cylindrical-coordinate representation of color #724B92: hue angle of 272.96º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #724B92 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11475146-
CMYK0.220.4900.43
HSL272.96º32.13%43.33%-
HSV(B)272.96º48.63%57.25%-
XYZ14.6410.6828.48-
YUV94.76156.92141.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=34.03%
G=22.39%
B=43.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114751460.220.4900.43272.9632.1343.33
Hex724B92163102B111202b
Octal16211322226610534214053
Binary1110010100101110010010101101100010101011100010001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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