#6A47B1

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

Shades of Studio #6A47B1

Tints of Studio #6A47B1

Color information

#6A47B1 (or 0x6A47B1) is unknown color: approx Studio. HEX triplet: 6A, 47 and B1. RGB value is (106,71,177). Sum of RGB (Red+Green+Blue) = 106+71+177=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #6A47B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A47B1 is #95B84E. Grayscale: #5D5D5D. Windows color (decimal): -9812047 or 11618154. OLE color: 11618154.

HSL color Cylindrical-coordinate representation of color #6A47B1: hue angle of 259.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A47B1 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10671177-
CMYK0.400.6000.31
HSL259.81º42.74%48.63%-
HSV(B)259.81º59.89%69.41%-
XYZ16.1310.7442.82-
YUV93.55175.1136.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.94%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 177 (69.53% from 255) = 50%
R=29.94%
G=20.06%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106711770.400.6000.31259.8142.7448.63
Hex6A47B1283C01F1042b31
Octal15210726150740374045361
Binary1101010100011110110001101000111100011111100000100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A47B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,177); }

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

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

 a { background-color: rgb(106,71,177); }

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

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

 span { border-color: rgb(106,71,177); }

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