#7550B2

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

Shades of Studio #7550B2

Tints of Studio #7550B2

Color information

#7550B2 (or 0x7550B2) is unknown color: approx Studio. HEX triplet: 75, 50 and B2. RGB value is (117,80,178). Sum of RGB (Red+Green+Blue) = 117+80+178=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #7550B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7550B2 is #8AAF4D. Grayscale: #656565. Windows color (decimal): -9088846 or 11686005. OLE color: 11686005.

HSL color Cylindrical-coordinate representation of color #7550B2: hue angle of 262.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7550B2 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11780178-
CMYK0.340.5500.30
HSL262.65º38.89%50.59%-
HSV(B)262.65º55.06%69.8%-
XYZ18.2412.7343.62-
YUV102.23170.76138.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 178 (69.92% from 255) = 47.47%
R=31.2%
G=21.33%
B=47.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117801780.340.5500.30262.6538.8950.59
Hex7550B2223701E1072733
Octal16512026242670364074763
Binary1110101101000010110010100010110111011110100000111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7550B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7550B2; }

 p { color: rgb(117,80,178); }

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

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

 a { background-color: rgb(117,80,178); }

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

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

 span { border-color: rgb(117,80,178); }

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