#724499

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

Shades of Studio #724499

Tints of Studio #724499

Color information

#724499 (or 0x724499) is unknown color: approx Studio. HEX triplet: 72, 44 and 99. RGB value is (114,68,153). Sum of RGB (Red+Green+Blue) = 114+68+153=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #724499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724499 is #8DBB66. Grayscale: #5B5B5B. Windows color (decimal): -9288551 or 10044530. OLE color: 10044530.

HSL color Cylindrical-coordinate representation of color #724499: hue angle of 272.47º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724499 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11468153-
CMYK0.250.5600.4
HSL272.47º38.46%43.33%-
HSV(B)272.47º55.56%60%-
XYZ14.7610.0131.29-
YUV91.44162.74144.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=34.03%
G=20.30%
B=45.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114681530.250.5600.4272.4738.4643.33
Hex7244991938028110262b
Octal16210423131700504204653
Binary1110010100010010011001110011110000101000100010000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724499; }

 p { color: rgb(114,68,153); }

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

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

 a { background-color: rgb(114,68,153); }

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

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

 span { border-color: rgb(114,68,153); }

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