#6D47B7

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

Shades of Studio #6D47B7

Tints of Studio #6D47B7

Color information

#6D47B7 (or 0x6D47B7) is unknown color: approx Studio. HEX triplet: 6D, 47 and B7. RGB value is (109,71,183). Sum of RGB (Red+Green+Blue) = 109+71+183=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 71 (28.12% from 255 or 19.56% 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 #6D47B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47B7 is #92B848. Grayscale: #5E5E5E. Windows color (decimal): -9615433 or 12011373. OLE color: 12011373.

HSL color Cylindrical-coordinate representation of color #6D47B7: hue angle of 260.36º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D47B7 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10971183-
CMYK0.400.6100.28
HSL260.36º44.09%49.8%-
HSV(B)260.36º61.2%71.76%-
XYZ17.1111.1846.06-
YUV95.13177.59137.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.03%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 183 (71.88% from 255) = 50.41%
R=30.03%
G=19.56%
B=50.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal109711830.400.6100.28260.3644.0949.8
Hex6D47B7283D01C1042c32
Octal15510726750750344045462
Binary1101101100011110110111101000111101011100100000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D47B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D47B7; }

 p { color: rgb(109,71,183); }

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

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

 a { background-color: rgb(109,71,183); }

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

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

 span { border-color: rgb(109,71,183); }

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