#754995

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

Shades of Studio #754995

Tints of Studio #754995

Color information

#754995 (or 0x754995) is unknown color: approx Studio. HEX triplet: 75, 49 and 95. RGB value is (117,73,149). Sum of RGB (Red+Green+Blue) = 117+73+149=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #754995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754995 is #8AB66A. Grayscale: #5E5E5E. Windows color (decimal): -9090667 or 9783669. OLE color: 9783669.

HSL color Cylindrical-coordinate representation of color #754995: hue angle of 274.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754995 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11773149-
CMYK0.210.5100.42
HSL274.74º34.23%43.53%-
HSV(B)274.74º51.01%58.43%-
XYZ15.1410.7229.7-
YUV94.82158.58143.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=34.51%
G=21.53%
B=43.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117731490.210.5100.42274.7434.2343.53
Hex754995153302A113222c
Octal16511122525630524234254
Binary1110101100100110010101101011100110101010100010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754995; }

 p { color: rgb(117,73,149); }

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

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

 a { background-color: rgb(117,73,149); }

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

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

 span { border-color: rgb(117,73,149); }

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