#7540AD

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

Shades of Studio #7540AD

Tints of Studio #7540AD

Color information

#7540AD (or 0x7540AD) is unknown color: approx Studio. HEX triplet: 75, 40 and AD. RGB value is (117,64,173). Sum of RGB (Red+Green+Blue) = 117+64+173=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #7540AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AD is #8ABF52. Grayscale: #5B5B5B. Windows color (decimal): -9092947 or 11354229. OLE color: 11354229.

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

Color convert

RGB11764173-
CMYK0.320.6300.32
HSL269.17º45.99%46.47%-
HSV(B)269.17º63.01%67.84%-
XYZ16.7110.4740.67-
YUV92.27173.56145.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=33.05%
G=18.08%
B=48.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117641730.320.6300.32269.1745.9946.47
Hex7540AD203F02010d2e2e
Octal16510025540770404155656
Binary11101011000000101011011000001111110100000100001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7540AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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