#7546AD

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

Shades of Studio #7546AD

Tints of Studio #7546AD

Color information

#7546AD (or 0x7546AD) is unknown color: approx Studio. HEX triplet: 75, 46 and AD. RGB value is (117,70,173). Sum of RGB (Red+Green+Blue) = 117+70+173=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #7546AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7546AD is #8AB952. Grayscale: #5F5F5F. Windows color (decimal): -9091411 or 11355765. OLE color: 11355765.

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

Color convert

RGB11770173-
CMYK0.320.6000.32
HSL267.38º42.39%47.65%-
HSV(B)267.38º59.54%67.84%-
XYZ17.0711.1840.79-
YUV95.79171.57143.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=32.5%
G=19.44%
B=48.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117701730.320.6000.32267.3842.3947.65
Hex7546AD203C02010b2a30
Octal16510625540740404135260
Binary11101011000110101011011000001111000100000100001011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7546AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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