#7541AD

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

Shades of Studio #7541AD

Tints of Studio #7541AD

Color information

#7541AD (or 0x7541AD) is unknown color: approx Studio. HEX triplet: 75, 41 and AD. RGB value is (117,65,173). Sum of RGB (Red+Green+Blue) = 117+65+173=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #7541AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7541AD is #8ABE52. Grayscale: #5C5C5C. Windows color (decimal): -9092691 or 11354485. OLE color: 11354485.

HSL color Cylindrical-coordinate representation of color #7541AD: hue angle of 268.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7541AD is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11765173-
CMYK0.320.6200.32
HSL268.89º45.38%46.67%-
HSV(B)268.89º62.43%67.84%-
XYZ16.7710.5840.69-
YUV92.86173.23145.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=32.96%
G=18.31%
B=48.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117651730.320.6200.32268.8945.3846.67
Hex7541AD203E02010d2d2f
Octal16510125540760404155557
Binary11101011000001101011011000001111100100000100001101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7541AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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