#724E92

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

Shades of Studio #724E92

Tints of Studio #724E92

Color information

#724E92 (or 0x724E92) is unknown color: approx Studio. HEX triplet: 72, 4E and 92. RGB value is (114,78,146). Sum of RGB (Red+Green+Blue) = 114+78+146=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #724E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E92 is #8DB16D. Grayscale: #606060. Windows color (decimal): -9285998 or 9588338. OLE color: 9588338.

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

Color convert

RGB11478146-
CMYK0.220.4700.43
HSL271.76º30.36%43.92%-
HSV(B)271.76º46.58%57.25%-
XYZ14.8511.128.55-
YUV96.52155.93140.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=33.73%
G=23.08%
B=43.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114781460.220.4700.43271.7630.3643.92
Hex724E92162F02B1101e2c
Octal16211622226570534203654
Binary111001010011101001001010110101111010101110001000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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