#6C47AD

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

Shades of Studio #6C47AD

Tints of Studio #6C47AD

Color information

#6C47AD (or 0x6C47AD) is unknown color: approx Studio. HEX triplet: 6C, 47 and AD. RGB value is (108,71,173). Sum of RGB (Red+Green+Blue) = 108+71+173=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C47AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C47AD is #93B852. Grayscale: #5D5D5D. Windows color (decimal): -9680979 or 11356012. OLE color: 11356012.

HSL color Cylindrical-coordinate representation of color #6C47AD: hue angle of 261.76º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C47AD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10871173-
CMYK0.380.5900.32
HSL261.76º41.8%47.84%-
HSV(B)261.76º58.96%67.84%-
XYZ15.9810.7140.76-
YUV93.69172.76138.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.68%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=30.68%
G=20.17%
B=49.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108711730.380.5900.32261.7641.847.84
Hex6C47AD263B0201062a30
Octal15410725546730404065260
Binary11011001000111101011011001101110110100000100000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C47AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,173); }

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

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

 a { background-color: rgb(108,71,173); }

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

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

 span { border-color: rgb(108,71,173); }

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