#744ABA

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

Shades of Studio #744ABA

Tints of Studio #744ABA

Color information

#744ABA (or 0x744ABA) is unknown color: approx Studio. HEX triplet: 74, 4A and BA. RGB value is (116,74,186). Sum of RGB (Red+Green+Blue) = 116+74+186=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #744ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ABA is #8BB545. Grayscale: #626262. Windows color (decimal): -9155910 or 12208756. OLE color: 12208756.

HSL color Cylindrical-coordinate representation of color #744ABA: hue angle of 262.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744ABA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11674186-
CMYK0.380.6000.27
HSL262.5º44.8%50.98%-
HSV(B)262.5º60.22%72.94%-
XYZ18.5112.1647.82-
YUV99.33176.91139.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=30.85%
G=19.68%
B=49.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116741860.380.6000.27262.544.850.98
Hex744ABA263C01B1062d33
Octal16411227246740334065563
Binary1110100100101010111010100110111100011011100000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744ABA; }

 p { color: rgb(116,74,186); }

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

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

 a { background-color: rgb(116,74,186); }

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

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

 span { border-color: rgb(116,74,186); }

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