#7548a4

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

Shades of Studio #7548A4

Tints of Studio #7548A4

Color information

#7548A4 (or 0x7548A4) is unknown color: approx Studio. HEX triplet: 75, 48 and A4. RGB value is (117,72,164). Sum of RGB (Red+Green+Blue) = 117+72+164=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #7548A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7548A4 is #8AB75B. Grayscale: #5F5F5F. Windows color (decimal): -9090908 or 10766453. OLE color: 10766453.

HSL color Cylindrical-coordinate representation of color #7548A4: hue angle of 269.35º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7548A4 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11772164-
CMYK0.290.5600.36
HSL269.35º38.98%46.27%-
HSV(B)269.35º56.1%64.31%-
XYZ16.3511.136.4-
YUV95.94166.41143.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=33.14%
G=20.40%
B=46.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117721640.290.5600.36269.3538.9846.27
Hex7548A41D3802410d272e
Octal16511024435700444154756
Binary1110101100100010100100111011110000100100100001101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7548a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7548a4; }

 p { color: rgb(117,72,164); }

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

<style>
 a { background-color: #7548a4; }

 a { background-color: rgb(117,72,164); }

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

<style>
 span { border-color: #7548a4; }

 span { border-color: rgb(117,72,164); }

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