#754D9B

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

Shades of Studio #754D9B

Tints of Studio #754D9B

Color information

#754D9B (or 0x754D9B) is unknown color: approx Studio. HEX triplet: 75, 4D and 9B. RGB value is (117,77,155). Sum of RGB (Red+Green+Blue) = 117+77+155=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #754D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D9B is #8AB264. Grayscale: #616161. Windows color (decimal): -9089637 or 10177909. OLE color: 10177909.

HSL color Cylindrical-coordinate representation of color #754D9B: hue angle of 270.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754D9B is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11777155-
CMYK0.250.5000.39
HSL270.77º33.62%45.49%-
HSV(B)270.77º50.32%60.78%-
XYZ15.9111.4632.38-
YUV97.85160.25141.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=33.52%
G=22.06%
B=44.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117771550.250.5000.39270.7733.6245.49
Hex754D9B193202710f222d
Octal16511523331620474174255
Binary1110101100110110011011110011100100100111100001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754D9B; }

 p { color: rgb(117,77,155); }

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

<style>
 a { background-color: #754D9B; }

 a { background-color: rgb(117,77,155); }

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

<style>
 span { border-color: #754D9B; }

 span { border-color: rgb(117,77,155); }

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