#6e47a2

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

Shades of Studio #6E47A2

Tints of Studio #6E47A2

Color information

#6E47A2 (or 0x6E47A2) is unknown color: approx Studio. HEX triplet: 6E, 47 and A2. RGB value is (110,71,162). Sum of RGB (Red+Green+Blue) = 110+71+162=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #6E47A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E47A2 is #91B85D. Grayscale: #5C5C5C. Windows color (decimal): -9549918 or 10635118. OLE color: 10635118.

HSL color Cylindrical-coordinate representation of color #6E47A2: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E47A2 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11071162-
CMYK0.320.5600.36
HSL265.71º39.06%45.69%-
HSV(B)265.71º56.17%63.53%-
XYZ15.2110.4335.39-
YUV93.04166.92140.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.07%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 162 (63.67% from 255) = 47.23%
R=32.07%
G=20.70%
B=47.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110711620.320.5600.36265.7139.0645.69
Hex6E47A2203802410a272e
Octal15610724240700444124756
Binary11011101000111101000101000001110000100100100001010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e47a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,162); }

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

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

 a { background-color: rgb(110,71,162); }

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

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

 span { border-color: rgb(110,71,162); }

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