#6A117B

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

Shades of Purple #6A117B

Tints of Purple #6A117B

Color information

#6A117B (or 0x6A117B) is unknown color: approx Purple. HEX triplet: 6A, 11 and 7B. RGB value is (106,17,123). Sum of RGB (Red+Green+Blue) = 106+17+123=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A117B is #95EE84. Grayscale: #373737. Windows color (decimal): -9825925 or 8065386. OLE color: 8065386.

HSL color Cylindrical-coordinate representation of color #6A117B: hue angle of 290.38º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A117B is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10617123-
CMYK0.140.8600.52
HSL290.38º75.71%27.45%-
HSV(B)290.38º86.18%48.24%-
XYZ9.724.919.17-
YUV55.7165.99163.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 123 (48.44% from 255) = 50%
R=43.09%
G=6.91%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106171230.140.8600.52290.3875.7127.45
Hex6A117BE560341224c1b
Octal152211731612606444211433
Binary1101010100011111011111010101100110100100100010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,17,123); }

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

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

 a { background-color: rgb(106,17,123); }

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

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

 span { border-color: rgb(106,17,123); }

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