#754FAC

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

Shades of Studio #754FAC

Tints of Studio #754FAC

Color information

#754FAC (or 0x754FAC) is unknown color: approx Studio. HEX triplet: 75, 4F and AC. RGB value is (117,79,172). Sum of RGB (Red+Green+Blue) = 117+79+172=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #754FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FAC is #8AB053. Grayscale: #646464. Windows color (decimal): -9089108 or 11292533. OLE color: 11292533.

HSL color Cylindrical-coordinate representation of color #754FAC: hue angle of 264.52º 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 #754FAC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11779172-
CMYK0.320.5400.33
HSL264.52º37.05%49.22%-
HSV(B)264.52º54.07%67.45%-
XYZ17.5812.3540.49-
YUV100.96168.09139.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=31.79%
G=21.47%
B=46.74%

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
Decimal117791720.320.5400.33264.5237.0549.22
Hex754FAC20360211092531
Octal16511725440660414114561
Binary11101011001111101011001000001101100100001100001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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