#744BAA

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

Shades of Studio #744BAA

Tints of Studio #744BAA

Color information

#744BAA (or 0x744BAA) is unknown color: approx Studio. HEX triplet: 74, 4B and AA. RGB value is (116,75,170). Sum of RGB (Red+Green+Blue) = 116+75+170=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #744BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744BAA is #8BB455. Grayscale: #616161. Windows color (decimal): -9155670 or 11160436. OLE color: 11160436.

HSL color Cylindrical-coordinate representation of color #744BAA: hue angle of 265.89º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744BAA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11675170-
CMYK0.320.5600.33
HSL265.89º38.78%48.04%-
HSV(B)265.89º55.88%66.67%-
XYZ16.9711.6539.38-
YUV98.09168.58140.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=32.13%
G=20.78%
B=47.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116751700.320.5600.33265.8938.7848.04
Hex744BAA203802110a2730
Octal16411325240700414124760
Binary11101001001011101010101000001110000100001100001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,170); }

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

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

 a { background-color: rgb(116,75,170); }

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

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

 span { border-color: rgb(116,75,170); }

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