#6D4FAC

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

Shades of Studio #6D4FAC

Tints of Studio #6D4FAC

Color information

#6D4FAC (or 0x6D4FAC) is unknown color: approx Studio. HEX triplet: 6D, 4F and AC. RGB value is (109,79,172). Sum of RGB (Red+Green+Blue) = 109+79+172=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D4FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAC is #92B053. Grayscale: #626262. Windows color (decimal): -9613396 or 11292525. OLE color: 11292525.

HSL color Cylindrical-coordinate representation of color #6D4FAC: hue angle of 259.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D4FAC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10979172-
CMYK0.370.5400.33
HSL259.35º37.05%49.22%-
HSV(B)259.35º54.07%67.45%-
XYZ16.5511.8240.44-
YUV98.57169.44135.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=30.28%
G=21.94%
B=47.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109791720.370.5400.33259.3537.0549.22
Hex6D4FAC25360211032531
Octal15511725445660414034561
Binary11011011001111101011001001011101100100001100000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,79,172); }

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

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

 a { background-color: rgb(109,79,172); }

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

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

 span { border-color: rgb(109,79,172); }

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