#6B107F

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

Shades of Purple #6B107F

Tints of Purple #6B107F

Color information

#6B107F (or 0x6B107F) is unknown color: approx Purple. HEX triplet: 6B, 10 and 7F. RGB value is (107,16,127). Sum of RGB (Red+Green+Blue) = 107+16+127=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B107F is #94EF80. Grayscale: #373737. Windows color (decimal): -9760641 or 8327275. OLE color: 8327275.

HSL color Cylindrical-coordinate representation of color #6B107F: hue angle of 289.19º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B107F is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10716127-
CMYK0.160.8700.50
HSL289.19º77.62%28.04%-
HSV(B)289.19º87.4%49.8%-
XYZ10.085.0320.52-
YUV55.86168.15164.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 127 (50% from 255) = 50.8%
R=42.8%
G=6.4%
B=50.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107161270.160.8700.50289.1977.6228.04
Hex6B107F10570321214e1c
Octal153201772012706244111634
Binary11010111000011111111000010101110110010100100001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,16,127); }

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

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

 a { background-color: rgb(107,16,127); }

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

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

 span { border-color: rgb(107,16,127); }

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