#754FB1

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

Shades of Studio #754FB1

Tints of Studio #754FB1

Color information

#754FB1 (or 0x754FB1) is unknown color: approx Studio. HEX triplet: 75, 4F and B1. RGB value is (117,79,177). Sum of RGB (Red+Green+Blue) = 117+79+177=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #754FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FB1 is #8AB04E. Grayscale: #656565. Windows color (decimal): -9089103 or 11620213. OLE color: 11620213.

HSL color Cylindrical-coordinate representation of color #754FB1: hue angle of 263.27º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754FB1 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11779177-
CMYK0.340.5500.31
HSL263.27º38.58%50.2%-
HSV(B)263.27º55.37%69.41%-
XYZ18.0712.5543.06-
YUV101.53170.59139.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=31.37%
G=21.18%
B=47.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117791770.340.5500.31263.2738.5850.2
Hex754FB1223701F1072732
Octal16511726142670374074762
Binary1110101100111110110001100010110111011111100000111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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