#724D9F

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

Shades of Studio #724D9F

Tints of Studio #724D9F

Color information

#724D9F (or 0x724D9F) is unknown color: approx Studio. HEX triplet: 72, 4D and 9F. RGB value is (114,77,159). Sum of RGB (Red+Green+Blue) = 114+77+159=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #724D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724D9F is #8DB260. Grayscale: #616161. Windows color (decimal): -9286241 or 10440050. OLE color: 10440050.

HSL color Cylindrical-coordinate representation of color #724D9F: hue angle of 267.07º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724D9F is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11477159-
CMYK0.280.5200.38
HSL267.07º34.75%46.27%-
HSV(B)267.07º51.57%62.35%-
XYZ15.8511.3934.16-
YUV97.41162.76139.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=32.57%
G=22%
B=45.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114771590.280.5200.38267.0734.7546.27
Hex724D9F1C3402610b232e
Octal16211523734640464134356
Binary1110010100110110011111111001101000100110100001011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,159); }

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

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

 a { background-color: rgb(114,77,159); }

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

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

 span { border-color: rgb(114,77,159); }

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