#753FB7

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

Shades of Studio #753FB7

Tints of Studio #753FB7

Color information

#753FB7 (or 0x753FB7) is unknown color: approx Studio. HEX triplet: 75, 3F and B7. RGB value is (117,63,183). Sum of RGB (Red+Green+Blue) = 117+63+183=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #753FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FB7 is #8AC048. Grayscale: #5C5C5C. Windows color (decimal): -9093193 or 12009333. OLE color: 12009333.

HSL color Cylindrical-coordinate representation of color #753FB7: hue angle of 267º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753FB7 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11763183-
CMYK0.360.6600.28
HSL267º48.78%48.24%-
HSV(B)267º65.57%71.76%-
XYZ17.6610.7645.94-
YUV92.83178.89145.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 183 (71.88% from 255) = 50.41%
R=32.23%
G=17.36%
B=50.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117631830.360.6600.2826748.7848.24
Hex753FB7244201C10b3130
Octal16577267441020344136160
Binary1110101111111101101111001001000010011100100001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753FB7; }

 p { color: rgb(117,63,183); }

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

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

 a { background-color: rgb(117,63,183); }

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

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

 span { border-color: rgb(117,63,183); }

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