#755197

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

Shades of Studio #755197

Tints of Studio #755197

Color information

#755197 (or 0x755197) is unknown color: approx Studio. HEX triplet: 75, 51 and 97. RGB value is (117,81,151). Sum of RGB (Red+Green+Blue) = 117+81+151=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #755197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755197 is #8AAE68. Grayscale: #636363. Windows color (decimal): -9088617 or 9916789. OLE color: 9916789.

HSL color Cylindrical-coordinate representation of color #755197: hue angle of 270.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755197 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11781151-
CMYK0.230.4600.41
HSL270.86º30.17%45.49%-
HSV(B)270.86º46.36%59.22%-
XYZ15.8611.930.74-
YUV99.74156.93140.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 151 (59.38% from 255) = 43.27%
R=33.52%
G=23.21%
B=43.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117811510.230.4600.41270.8630.1745.49
Hex755197172E02910f1e2d
Octal16512122727560514173655
Binary111010110100011001011110111101110010100110000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755197; }

 p { color: rgb(117,81,151); }

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

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

 a { background-color: rgb(117,81,151); }

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

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

 span { border-color: rgb(117,81,151); }

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