#724998

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

Shades of Studio #724998

Tints of Studio #724998

Color information

#724998 (or 0x724998) is unknown color: approx Studio. HEX triplet: 72, 49 and 98. RGB value is (114,73,152). Sum of RGB (Red+Green+Blue) = 114+73+152=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #724998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724998 is #8DB667. Grayscale: #5D5D5D. Windows color (decimal): -9287272 or 9980274. OLE color: 9980274.

HSL color Cylindrical-coordinate representation of color #724998: hue angle of 271.14º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724998 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11473152-
CMYK0.250.5200.40
HSL271.14º35.11%44.12%-
HSV(B)271.14º51.97%59.61%-
XYZ14.9910.6130.96-
YUV94.26160.58142.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=33.63%
G=21.53%
B=44.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114731520.250.5200.40271.1435.1144.12
Hex724998193402810f232c
Octal16211123031640504174354
Binary1110010100100110011000110011101000101000100001111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724998; }

 p { color: rgb(114,73,152); }

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

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

 a { background-color: rgb(114,73,152); }

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

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

 span { border-color: rgb(114,73,152); }

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