#7545AD

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

Shades of Studio #7545AD

Tints of Studio #7545AD

Color information

#7545AD (or 0x7545AD) is unknown color: approx Studio. HEX triplet: 75, 45 and AD. RGB value is (117,69,173). Sum of RGB (Red+Green+Blue) = 117+69+173=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #7545AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7545AD is #8ABA52. Grayscale: #5E5E5E. Windows color (decimal): -9091667 or 11355509. OLE color: 11355509.

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

Color convert

RGB11769173-
CMYK0.320.6000.32
HSL267.69º42.98%47.45%-
HSV(B)267.69º60.12%67.84%-
XYZ17.0111.0640.77-
YUV95.21171.9143.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=32.59%
G=19.22%
B=48.19%

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
Decimal117691730.320.6000.32267.6942.9847.45
Hex7545AD203C02010c2b2f
Octal16510525540740404145357
Binary11101011000101101011011000001111000100000100001100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7545AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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