#744896

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

Shades of Studio #744896

Tints of Studio #744896

Color information

#744896 (or 0x744896) is unknown color: approx Studio. HEX triplet: 74, 48 and 96. RGB value is (116,72,150). Sum of RGB (Red+Green+Blue) = 116+72+150=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #744896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744896 is #8BB769. Grayscale: #5D5D5D. Windows color (decimal): -9156458 or 9848948. OLE color: 9848948.

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

Color convert

RGB11672150-
CMYK0.230.5200.41
HSL273.85º35.14%43.53%-
HSV(B)273.85º52%58.82%-
XYZ15.0210.5530.1-
YUV94.05159.58143.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=34.32%
G=21.30%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116721500.230.5200.41273.8535.1443.53
Hex7448961734029112232c
Octal16411022627640514224354
Binary1110100100100010010110101111101000101001100010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744896; }

 p { color: rgb(116,72,150); }

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

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

 a { background-color: rgb(116,72,150); }

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

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

 span { border-color: rgb(116,72,150); }

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