#7544B9

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

Shades of Studio #7544B9

Tints of Studio #7544B9

Color information

#7544B9 (or 0x7544B9) is unknown color: approx Studio. HEX triplet: 75, 44 and B9. RGB value is (117,68,185). Sum of RGB (Red+Green+Blue) = 117+68+185=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #7544B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7544B9 is #8ABB46. Grayscale: #5F5F5F. Windows color (decimal): -9091911 or 12141685. OLE color: 12141685.

HSL color Cylindrical-coordinate representation of color #7544B9: hue angle of 265.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7544B9 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11768185-
CMYK0.370.6300.27
HSL265.13º46.25%49.61%-
HSV(B)265.13º63.24%72.55%-
XYZ18.1611.4247.15-
YUV95.99178.23142.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 185 (72.66% from 255) = 50%
R=31.62%
G=18.38%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117681850.370.6300.27265.1346.2549.61
Hex7544B9253F01B1092e32
Octal16510427145770334115662
Binary1110101100010010111001100101111111011011100001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7544B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7544B9; }

 p { color: rgb(117,68,185); }

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

<style>
 a { background-color: #7544B9; }

 a { background-color: rgb(117,68,185); }

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

<style>
 span { border-color: #7544B9; }

 span { border-color: rgb(117,68,185); }

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