#754FAB

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

Shades of Studio #754FAB

Tints of Studio #754FAB

Color information

#754FAB (or 0x754FAB) is unknown color: approx Studio. HEX triplet: 75, 4F and AB. RGB value is (117,79,171). Sum of RGB (Red+Green+Blue) = 117+79+171=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #754FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FAB is #8AB054. Grayscale: #646464. Windows color (decimal): -9089109 or 11226997. OLE color: 11226997.

HSL color Cylindrical-coordinate representation of color #754FAB: hue angle of 264.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754FAB is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11779171-
CMYK0.320.5400.33
HSL264.78º36.8%49.02%-
HSV(B)264.78º53.8%67.06%-
XYZ17.4812.3139.98-
YUV100.85167.59139.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=31.88%
G=21.53%
B=46.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117791710.320.5400.33264.7836.849.02
Hex754FAB20360211092531
Octal16511725340660414114561
Binary11101011001111101010111000001101100100001100001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,171); }

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

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

 a { background-color: rgb(117,79,171); }

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

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

 span { border-color: rgb(117,79,171); }

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