#7441A9

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

Shades of Studio #7441A9

Tints of Studio #7441A9

Color information

#7441A9 (or 0x7441A9) is unknown color: approx Studio. HEX triplet: 74, 41 and A9. RGB value is (116,65,169). Sum of RGB (Red+Green+Blue) = 116+65+169=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #7441A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441A9 is #8BBE56. Grayscale: #5B5B5B. Windows color (decimal): -9158231 or 11092340. OLE color: 11092340.

HSL color Cylindrical-coordinate representation of color #7441A9: hue angle of 269.42º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7441A9 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11665169-
CMYK0.310.6200.34
HSL269.42º44.44%45.88%-
HSV(B)269.42º61.54%66.27%-
XYZ16.2510.3638.68-
YUV92.1171.4145.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=33.14%
G=18.57%
B=48.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116651690.310.6200.34269.4244.4445.88
Hex7441A91F3E02210d2c2e
Octal16410125137760424155456
Binary1110100100000110101001111111111100100010100001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7441A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7441A9; }

 p { color: rgb(116,65,169); }

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

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

 a { background-color: rgb(116,65,169); }

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

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

 span { border-color: rgb(116,65,169); }

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