#724692

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

Shades of Studio #724692

Tints of Studio #724692

Color information

#724692 (or 0x724692) is unknown color: approx Studio. HEX triplet: 72, 46 and 92. RGB value is (114,70,146). Sum of RGB (Red+Green+Blue) = 114+70+146=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #724692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724692 is #8DB96D. Grayscale: #5B5B5B. Windows color (decimal): -9288046 or 9586290. OLE color: 9586290.

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

Color convert

RGB11470146-
CMYK0.220.5200.43
HSL274.74º35.19%42.35%-
HSV(B)274.74º52.05%57.25%-
XYZ14.3210.0328.38-
YUV91.82158.58143.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=34.55%
G=21.21%
B=44.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114701460.220.5200.43274.7435.1942.35
Hex724692163402B113232a
Octal16210622226640534234352
Binary1110010100011010010010101101101000101011100010011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724692; }

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

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

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

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

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

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

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

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