#744DB5

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

Shades of Studio #744DB5

Tints of Studio #744DB5

Color information

#744DB5 (or 0x744DB5) is unknown color: approx Studio. HEX triplet: 74, 4D and B5. RGB value is (116,77,181). Sum of RGB (Red+Green+Blue) = 116+77+181=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #744DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744DB5 is #8BB24A. Grayscale: #646464. Windows color (decimal): -9155147 or 11881844. OLE color: 11881844.

HSL color Cylindrical-coordinate representation of color #744DB5: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744DB5 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11677181-
CMYK0.360.5700.29
HSL262.5º41.27%50.59%-
HSV(B)262.5º57.46%70.98%-
XYZ18.212.3645.14-
YUV100.52173.42139.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 77 (30.47% from 255) = 20.59%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=31.02%
G=20.59%
B=48.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116771810.360.5700.29262.541.2750.59
Hex744DB5243901D1062933
Octal16411526544710354065163
Binary1110100100110110110101100100111001011101100000110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,77,181); }

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

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

 a { background-color: rgb(116,77,181); }

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

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

 span { border-color: rgb(116,77,181); }

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