#7541A9

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

Shades of Studio #7541A9

Tints of Studio #7541A9

Color information

#7541A9 (or 0x7541A9) is unknown color: approx Studio. HEX triplet: 75, 41 and A9. RGB value is (117,65,169). Sum of RGB (Red+Green+Blue) = 117+65+169=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #7541A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7541A9 is #8ABE56. Grayscale: #5C5C5C. Windows color (decimal): -9092695 or 11092341. OLE color: 11092341.

HSL color Cylindrical-coordinate representation of color #7541A9: hue angle of 270º 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 #7541A9 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11765169-
CMYK0.310.6200.34
HSL270º44.44%45.88%-
HSV(B)270º61.54%66.27%-
XYZ16.3910.4338.69-
YUV92.4171.23145.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=33.33%
G=18.52%
B=48.15%

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
Decimal117651690.310.6200.3427044.4445.88
Hex7541A91F3E02210e2c2e
Octal16510125137760424165456
Binary1110101100000110101001111111111100100010100001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7541A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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